Html Css Color HEX #BB1200 Free Speech Red

📋 copy color: '#BB1200'

red 187 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #BB1200

Tints of Free Speech Red #BB1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

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

R = 91.22%
G = 8.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB1200 (or 0xBB1200) is known color: Free Speech Red. HEX triplet: BB, 12 and 00. RGB value is (187,18,0). Sum of RGB (Red+Green+Blue) = 187+18+0=205 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.22% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1200 is #44EDFF. Grayscale: #424242. Windows color (decimal): -4517376 or 4795. OLE color: 4795.

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

Color convert

RGB 187 18 0 -
CMYK 0 0.90 1 0.27
HSL 5.78º 1% 0.37% -
HSV(B) 5.78º 1% 0.73% -
XYZ 20.71 11 1.03 -
YUV 66.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 187 18 0 0 0.90 1 0.27 5.78 1 0.37
Hex BB 12 0 0 5A 64 1B 6 64 25
Octal 273 22 0 0 132 144 33 6 144 45
Binary 10111011 10010 0 0 1011010 1100100 11011 110 1100100 100101

Color Harmonies of #BB1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1200

Black with #BB1200

Text Example


Text Example

White with #BB1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1200; }

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

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

background-color css

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

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

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

border-color css

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

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

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