Html Css Color HEX #BB0F0C Free Speech Red

📋 copy color: '#BB0F0C'

red 187 ◦ green 15 ◦ blue 12

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

Shades of Free Speech Red #BB0F0C

Tints of Free Speech Red #BB0F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 87.38%
G = 7.01%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB0F0C (or 0xBB0F0C) is known color: Free Speech Red. HEX triplet: BB, 0F and 0C. RGB value is (187,15,12). Sum of RGB (Red+Green+Blue) = 187+15+12=214 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.38% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0F0C is #44F0F3. Grayscale: #424242. Windows color (decimal): -4518132 or 790459. OLE color: 790459.

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

Color convert

RGB 187 15 12 -
CMYK 0 0.92 0.94 0.27
HSL 1.03º 0.88% 0.39% -
HSV(B) 1.03º 0.94% 0.73% -
XYZ 20.73 10.93 1.37 -
YUV 66.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 187 15 12 0 0.92 0.94 0.27 1.03 0.88 0.39
Hex BB F C 0 5C 5E 1B 1 58 27
Octal 273 17 14 0 134 136 33 1 130 47
Binary 10111011 1111 1100 0 1011100 1011110 11011 1 1011000 100111

Color Harmonies of #BB0F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F0C

Black with #BB0F0C

Text Example


Text Example

White with #BB0F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F0C; }

 p { color: rgb(187,15,12); }

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

background-color css

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

 a { background-color: rgb(187,15,12); }

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

border-color css

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

 span { border-color: rgb(187,15,12); }

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