Html Css Color HEX #BB0A09 Free Speech Red

📋 copy color: '#BB0A09'

red 187 ◦ green 10 ◦ blue 9

#BB0A09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BB0A09

Tints of Free Speech Red #BB0A09

RGB

 RED value IS 187 (73.44% from 255) = 90.78%

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 9 (3.91% from 255) = 4.37%

R = 90.78%
G = 4.85%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB0A09 (or 0xBB0A09) is known color: Free Speech Red. HEX triplet: BB, 0A and 09. RGB value is (187,10,9). Sum of RGB (Red+Green+Blue) = 187+10+9=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A09 is #44F5F6. Grayscale: #3E3E3E. Windows color (decimal): -4519415 or 592571. OLE color: 592571.

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

Color convert

RGB 187 10 9 -
CMYK 0 0.95 0.95 0.27
HSL 0.34º 0.91% 0.38% -
HSV(B) 0.34º 0.95% 0.73% -
XYZ 20.65 10.8 1.25 -
YUV 62.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 187 10 9 0 0.95 0.95 0.27 0.34 0.91 0.38
Hex BB A 9 0 5F 5F 1B 0 5B 26
Octal 273 12 11 0 137 137 33 0 133 46
Binary 10111011 1010 1001 0 1011111 1011111 11011 0 1011011 100110

Color Harmonies of #BB0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A09

Black with #BB0A09

Text Example


Text Example

White with #BB0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A09; }

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

 H1.HeaderClassName
 {
   color: #BB0A09;
 }
 .AnyTagClassName
 {
   color: #BB0A09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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