Html Css Color HEX #BB110A Free Speech Red

📋 copy color: '#BB110A'

red 187 ◦ green 17 ◦ blue 10

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

Shades of Free Speech Red #BB110A

Tints of Free Speech Red #BB110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 87.38%
G = 7.94%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB110A (or 0xBB110A) is known color: Free Speech Red. HEX triplet: BB, 11 and 0A. RGB value is (187,17,10). Sum of RGB (Red+Green+Blue) = 187+17+10=214 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.38% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 187 - color contains mainly: red. Hex color #BB110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB110A is #44EEF5. Grayscale: #434343. Windows color (decimal): -4517622 or 659899. OLE color: 659899.

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

Color convert

RGB 187 17 10 -
CMYK 0 0.91 0.95 0.27
HSL 2.37º 0.9% 0.39% -
HSV(B) 2.37º 0.95% 0.73% -
XYZ 20.75 10.99 1.31 -
YUV 67.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 187 17 10 0 0.91 0.95 0.27 2.37 0.9 0.39
Hex BB 11 A 0 5B 5F 1B 2 5A 27
Octal 273 21 12 0 133 137 33 2 132 47
Binary 10111011 10001 1010 0 1011011 1011111 11011 10 1011010 100111

Color Harmonies of #BB110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB110A

Black with #BB110A

Text Example


Text Example

White with #BB110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB110A; }

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

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

background-color css

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

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

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

border-color css

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

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

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