#BC0B05

Color #BC0B05 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BC0B05

Tints of Free Speech Red #BC0B05

Color information

#BC0B05 (or 0xBC0B05) is unknown color: approx Free Speech Red. HEX triplet: BC, 0B and 05. RGB value is (188,11,5). Sum of RGB (Red+Green+Blue) = 188+11+5=204 (27% of max value = 765). Red value is 188 (73.83% from 255 or 92.16% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0B05 is #43F4FA. Grayscale: #3F3F3F. Windows color (decimal): -4453627 or 330684. OLE color: 330684.

HSL color Cylindrical-coordinate representation of color #BC0B05: hue angle of 1.97º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0B05 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB188115-
CMYK00.940.970.26
HSL1.97º94.82%37.84%-
HSV(B)1.97º97.34%73.73%-
XYZ20.8910.941.15-
YUV63.2495.14216.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 92.16%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 5 (2.34% from 255) = 2.45%
R=92.16%
G=5.39%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811500.940.970.261.9794.8237.84
HexBCB505E611A25f26
Octal274135013614132213746
Binary10111100101110101011110110000111010101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0B05; }

 p { color: rgb(188,11,5); }

 H1.HeaderClassName
 {
   color: #BC0B05;
 }
 .AnyTagClassName
 {
   color: #BC0B05;
 }
</style>
background-color css

<style>
 a { background-color: #BC0B05; }

 a { background-color: rgb(188,11,5); }

 div.DivClassName
 {
   background-color: #BC0B05;
 }
 .BgClassName
 {
   background-color: #BC0B05;
 }
</style>
border-color css

<style>
 span { border-color: #BC0B05; }

 span { border-color: rgb(188,11,5); }

 td.TdClassName
 {
   border-color: #BC0B05;
 }
 .TagClassName
 {
   border-color: #BC0B05;
 }
</style>