Html Css Color HEX #BB0E07 Free Speech Red

📋 copy color: '#BB0E07'

red 187 ◦ green 14 ◦ blue 7

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

Shades of Free Speech Red #BB0E07

Tints of Free Speech Red #BB0E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.37%

R = 89.9%
G = 6.73%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB0E07 (or 0xBB0E07) is known color: Free Speech Red. HEX triplet: BB, 0E and 07. RGB value is (187,14,7). Sum of RGB (Red+Green+Blue) = 187+14+7=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E07 is #44F1F8. Grayscale: #414141. Windows color (decimal): -4518393 or 462523. OLE color: 462523.

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

Color convert

RGB 187 14 7 -
CMYK 0 0.93 0.96 0.27
HSL 2.33º 0.93% 0.38% -
HSV(B) 2.33º 0.96% 0.73% -
XYZ 20.69 10.89 1.21 -
YUV 64.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 187 14 7 0 0.93 0.96 0.27 2.33 0.93 0.38
Hex BB E 7 0 5D 60 1B 2 5D 26
Octal 273 16 7 0 135 140 33 2 135 46
Binary 10111011 1110 111 0 1011101 1100000 11011 10 1011101 100110

Color Harmonies of #BB0E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E07

Black with #BB0E07

Text Example


Text Example

White with #BB0E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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