Html Css Color HEX #BB170B Free Speech Red

📋 copy color: '#BB170B'

red 187 ◦ green 23 ◦ blue 11

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

Shades of Free Speech Red #BB170B

Tints of Free Speech Red #BB170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 84.62%
G = 10.41%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB170B (or 0xBB170B) is known color: Free Speech Red. HEX triplet: BB, 17 and 0B. RGB value is (187,23,11). Sum of RGB (Red+Green+Blue) = 187+23+11=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB170B is #44E8F4. Grayscale: #464646. Windows color (decimal): -4516085 or 726971. OLE color: 726971.

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

Color convert

RGB 187 23 11 -
CMYK 0 0.88 0.94 0.27
HSL 4.09º 0.89% 0.39% -
HSV(B) 4.09º 0.94% 0.73% -
XYZ 20.86 11.2 1.38 -
YUV 70.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 187 23 11 0 0.88 0.94 0.27 4.09 0.89 0.39
Hex BB 17 B 0 58 5E 1B 4 59 27
Octal 273 27 13 0 130 136 33 4 131 47
Binary 10111011 10111 1011 0 1011000 1011110 11011 100 1011001 100111

Color Harmonies of #BB170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB170B

Black with #BB170B

Text Example


Text Example

White with #BB170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB170B; }

 p { color: rgb(187,23,11); }

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

background-color css

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

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

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

border-color css

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

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

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