#BB0A00

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

Shades of Free Speech Red #BB0A00

Tints of Free Speech Red #BB0A00

Color information

#BB0A00 (or 0xBB0A00) is unknown color: approx Free Speech Red. HEX triplet: BB, 0A and 00. RGB value is (187,10,0). Sum of RGB (Red+Green+Blue) = 187+10+0=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A00 is #44F5FF. Grayscale: #3E3E3E. Windows color (decimal): -4519424 or 2747. OLE color: 2747.

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

Color convert

RGB187100-
CMYK00.9510.27
HSL3.21º100%36.67%-
HSV(B)3.21º100%73.33%-
XYZ20.610.781-
YUV61.7893.14217.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 94.92%
GREEN value IS 10 (4.30% from 255) = 5.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.92%
G=5.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710000.9510.273.2110036.67
HexBBA005F641B36425
Octal273120013714433314445
Binary101110111010001011111110010011011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0A00; }

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

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

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

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

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

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

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

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