Html Css Color HEX #BB0800 Free Speech Red

📋 copy color: '#BB0800'

red 187 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #BB0800

Tints of Free Speech Red #BB0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.9%
G = 4.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB0800 (or 0xBB0800) is known color: Free Speech Red. HEX triplet: BB, 08 and 00. RGB value is (187,8,0). Sum of RGB (Red+Green+Blue) = 187+8+0=195 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.90% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0800 is #44F7FF. Grayscale: #3C3C3C. Windows color (decimal): -4519936 or 2235. OLE color: 2235.

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

Color convert

RGB 187 8 0 -
CMYK 0 0.96 1 0.27
HSL 2.57º 1% 0.37% -
HSV(B) 2.57º 1% 0.73% -
XYZ 20.58 10.74 0.99 -
YUV 60.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 187 8 0 0 0.96 1 0.27 2.57 1 0.37
Hex BB 8 0 0 60 64 1B 3 64 25
Octal 273 10 0 0 140 144 33 3 144 45
Binary 10111011 1000 0 0 1100000 1100100 11011 11 1100100 100101

Color Harmonies of #BB0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0800

Black with #BB0800

Text Example


Text Example

White with #BB0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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