Html Css Color HEX #BB1110 Free Speech Red

📋 copy color: '#BB1110'

red 187 ◦ green 17 ◦ blue 16

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

Shades of Free Speech Red #BB1110

Tints of Free Speech Red #BB1110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

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

R = 85%
G = 7.73%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB1110 (or 0xBB1110) is known color: Free Speech Red. HEX triplet: BB, 11 and 10. RGB value is (187,17,16). Sum of RGB (Red+Green+Blue) = 187+17+16=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1110 is #44EEEF. Grayscale: #434343. Windows color (decimal): -4517616 or 1053115. OLE color: 1053115.

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

Color convert

RGB 187 17 16 -
CMYK 0 0.91 0.91 0.27
HSL 0.35º 0.84% 0.4% -
HSV(B) 0.35º 0.91% 0.73% -
XYZ 20.79 11 1.52 -
YUV 67.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 187 17 16 0 0.91 0.91 0.27 0.35 0.84 0.4
Hex BB 11 10 0 5B 5B 1B 0 54 28
Octal 273 21 20 0 133 133 33 0 124 50
Binary 10111011 10001 10000 0 1011011 1011011 11011 0 1010100 101000

Color Harmonies of #BB1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1110

Black with #BB1110

Text Example


Text Example

White with #BB1110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1110; }

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

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

background-color css

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

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

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

border-color css

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

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

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