Html Css Color HEX #BB1210 Free Speech Red

📋 copy color: '#BB1210'

red 187 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #BB1210

Tints of Free Speech Red #BB1210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 84.62%
G = 8.14%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB1210 (or 0xBB1210) is known color: Free Speech Red. HEX triplet: BB, 12 and 10. RGB value is (187,18,16). Sum of RGB (Red+Green+Blue) = 187+18+16=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1210 is #44EDEF. Grayscale: #444444. Windows color (decimal): -4517360 or 1053371. OLE color: 1053371.

HSL color Cylindrical-coordinate representation of color #BB1210: hue angle of 0.7º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1210 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 16 -
CMYK 0 0.90 0.91 0.27
HSL 0.7º 0.84% 0.4% -
HSV(B) 0.7º 0.91% 0.73% -
XYZ 20.8 11.03 1.52 -
YUV 68.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 187 18 16 0 0.90 0.91 0.27 0.7 0.84 0.4
Hex BB 12 10 0 5A 5B 1B 1 54 28
Octal 273 22 20 0 132 133 33 1 124 50
Binary 10111011 10010 10000 0 1011010 1011011 11011 1 1010100 101000

Color Harmonies of #BB1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1210

Black with #BB1210

Text Example


Text Example

White with #BB1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1210; }

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

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

background-color css

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

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

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

border-color css

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

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

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