Html Css Color HEX #BB0E0C Free Speech Red

📋 copy color: '#BB0E0C'

red 187 ◦ green 14 ◦ blue 12

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

Shades of Free Speech Red #BB0E0C

Tints of Free Speech Red #BB0E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.57%

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

R = 87.79%
G = 6.57%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB0E0C (or 0xBB0E0C) is known color: Free Speech Red. HEX triplet: BB, 0E and 0C. RGB value is (187,14,12). Sum of RGB (Red+Green+Blue) = 187+14+12=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E0C is #44F1F3. Grayscale: #414141. Windows color (decimal): -4518388 or 790203. OLE color: 790203.

HSL color Cylindrical-coordinate representation of color #BB0E0C: hue angle of 0.69º 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 #BB0E0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 14 12 -
CMYK 0 0.93 0.94 0.27
HSL 0.69º 0.88% 0.39% -
HSV(B) 0.69º 0.94% 0.73% -
XYZ 20.72 10.91 1.36 -
YUV 65.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 187 14 12 0 0.93 0.94 0.27 0.69 0.88 0.39
Hex BB E C 0 5D 5E 1B 1 58 27
Octal 273 16 14 0 135 136 33 1 130 47
Binary 10111011 1110 1100 0 1011101 1011110 11011 1 1011000 100111

Color Harmonies of #BB0E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E0C

Black with #BB0E0C

Text Example


Text Example

White with #BB0E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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