Html Css Color HEX #BB0B04 Free Speech Red

📋 copy color: '#BB0B04'

red 187 ◦ green 11 ◦ blue 4

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

Shades of Free Speech Red #BB0B04

Tints of Free Speech Red #BB0B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 92.57%
G = 5.45%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB0B04 (or 0xBB0B04) is known color: Free Speech Red. HEX triplet: BB, 0B and 04. RGB value is (187,11,4). Sum of RGB (Red+Green+Blue) = 187+11+4=202 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.57% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0B04 is #44F4FB. Grayscale: #3F3F3F. Windows color (decimal): -4519164 or 265147. OLE color: 265147.

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

Color convert

RGB 187 11 4 -
CMYK 0 0.94 0.98 0.27
HSL 2.3º 0.96% 0.37% -
HSV(B) 2.3º 0.98% 0.73% -
XYZ 20.64 10.81 1.11 -
YUV 62.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 187 11 4 0 0.94 0.98 0.27 2.3 0.96 0.37
Hex BB B 4 0 5E 62 1B 2 60 25
Octal 273 13 4 0 136 142 33 2 140 45
Binary 10111011 1011 100 0 1011110 1100010 11011 10 1100000 100101

Color Harmonies of #BB0B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B04

Black with #BB0B04

Text Example


Text Example

White with #BB0B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B04; }

 p { color: rgb(187,11,4); }

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

background-color css

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

 a { background-color: rgb(187,11,4); }

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

border-color css

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

 span { border-color: rgb(187,11,4); }

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