#BB0A06

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

Shades of Free Speech Red #BB0A06

Tints of Free Speech Red #BB0A06

Color information

#BB0A06 (or 0xBB0A06) is unknown color: approx Free Speech Red. HEX triplet: BB, 0A and 06. RGB value is (187,10,6). Sum of RGB (Red+Green+Blue) = 187+10+6=203 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.12% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A06 is #44F5F9. Grayscale: #3E3E3E. Windows color (decimal): -4519418 or 395963. OLE color: 395963.

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

Color convert

RGB187106-
CMYK00.950.970.27
HSL1.33º93.78%37.84%-
HSV(B)1.33º96.79%73.33%-
XYZ20.6310.81.17-
YUV62.4796.14216.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 92.12%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=92.12%
G=4.93%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710600.950.970.271.3393.7837.84
HexBBA605F611B15e26
Octal273126013714133113646
Binary1011101110101100101111111000011101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0A06; }

 p { color: rgb(187,10,6); }

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

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

 a { background-color: rgb(187,10,6); }

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

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

 span { border-color: rgb(187,10,6); }

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