Html Css Color HEX #BB1111 Free Speech Red

📋 copy color: '#BB1111'

red 187 ◦ green 17 ◦ blue 17

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

Shades of Free Speech Red #BB1111

Tints of Free Speech Red #BB1111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 84.62%
G = 7.69%
B = 7.69%

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

#BB1111 (or 0xBB1111) is known color: Free Speech Red. HEX triplet: BB, 11 and 11. RGB value is (187,17,17). Sum of RGB (Red+Green+Blue) = 187+17+17=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1111 is #44EEEE. Grayscale: #444444. Windows color (decimal): -4517615 or 1118651. OLE color: 1118651.

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

Color convert

RGB 187 17 17 -
CMYK 0 0.91 0.91 0.27
HSL 0.83% 0.4% -
HSV(B) 0.91% 0.73% -
XYZ 20.8 11.01 1.56 -
YUV 67.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 187 17 17 0 0.91 0.91 0.27 0 0.83 0.4
Hex BB 11 11 0 5B 5B 1B 0 53 28
Octal 273 21 21 0 133 133 33 0 123 50
Binary 10111011 10001 10001 0 1011011 1011011 11011 0 1010011 101000

Color Harmonies of #BB1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1111

Black with #BB1111

Text Example


Text Example

White with #BB1111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1111; }

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

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

background-color css

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

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

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

border-color css

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

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

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