Html Css Color HEX #BB1204 Free Speech Red

📋 copy color: '#BB1204'

red 187 ◦ green 18 ◦ blue 4

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

Shades of Free Speech Red #BB1204

Tints of Free Speech Red #BB1204

RGB

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

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

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

R = 89.47%
G = 8.61%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB1204 (or 0xBB1204) is known color: Free Speech Red. HEX triplet: BB, 12 and 04. RGB value is (187,18,4). Sum of RGB (Red+Green+Blue) = 187+18+4=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1204 is #44EDFB. Grayscale: #434343. Windows color (decimal): -4517372 or 266939. OLE color: 266939.

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

Color convert

RGB 187 18 4 -
CMYK 0 0.90 0.98 0.27
HSL 4.59º 0.96% 0.37% -
HSV(B) 4.59º 0.98% 0.73% -
XYZ 20.73 11.01 1.15 -
YUV 66.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 187 18 4 0 0.90 0.98 0.27 4.59 0.96 0.37
Hex BB 12 4 0 5A 62 1B 5 60 25
Octal 273 22 4 0 132 142 33 5 140 45
Binary 10111011 10010 100 0 1011010 1100010 11011 101 1100000 100101

Color Harmonies of #BB1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1204

Black with #BB1204

Text Example


Text Example

White with #BB1204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1204; }

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

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

background-color css

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

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

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

border-color css

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

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

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