Html Css Color HEX #BB0908 Free Speech Red

📋 copy color: '#BB0908'

red 187 ◦ green 9 ◦ blue 8

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

Shades of Free Speech Red #BB0908

Tints of Free Speech Red #BB0908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 91.67%
G = 4.41%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB0908 (or 0xBB0908) is known color: Free Speech Red. HEX triplet: BB, 09 and 08. RGB value is (187,9,8). Sum of RGB (Red+Green+Blue) = 187+9+8=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0908 is #44F6F7. Grayscale: #3E3E3E. Windows color (decimal): -4519672 or 526779. OLE color: 526779.

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

Color convert

RGB 187 9 8 -
CMYK 0 0.95 0.96 0.27
HSL 0.34º 0.92% 0.38% -
HSV(B) 0.34º 0.96% 0.73% -
XYZ 20.64 10.78 1.22 -
YUV 62.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 187 9 8 0 0.95 0.96 0.27 0.34 0.92 0.38
Hex BB 9 8 0 5F 60 1B 0 5C 26
Octal 273 11 10 0 137 140 33 0 134 46
Binary 10111011 1001 1000 0 1011111 1100000 11011 0 1011100 100110

Color Harmonies of #BB0908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0908

Black with #BB0908

Text Example


Text Example

White with #BB0908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0908; }

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

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

background-color css

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

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

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

border-color css

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

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

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