Html Css Color HEX #BB1700 Free Speech Red

📋 copy color: '#BB1700'

red 187 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #BB1700

Tints of Free Speech Red #BB1700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.05%
G = 10.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB1700 (or 0xBB1700) is known color: Free Speech Red. HEX triplet: BB, 17 and 00. RGB value is (187,23,0). Sum of RGB (Red+Green+Blue) = 187+23+0=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1700 is #44E8FF. Grayscale: #454545. Windows color (decimal): -4516096 or 6075. OLE color: 6075.

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

Color convert

RGB 187 23 0 -
CMYK 0 0.88 1 0.27
HSL 7.38º 1% 0.37% -
HSV(B) 7.38º 1% 0.73% -
XYZ 20.8 11.18 1.06 -
YUV 69.41 88.83 211.87 -
System Red Green Blue C M Y K H S L
Decimal 187 23 0 0 0.88 1 0.27 7.38 1 0.37
Hex BB 17 0 0 58 64 1B 7 64 25
Octal 273 27 0 0 130 144 33 7 144 45
Binary 10111011 10111 0 0 1011000 1100100 11011 111 1100100 100101

Color Harmonies of #BB1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1700

Black with #BB1700

Text Example


Text Example

White with #BB1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1700; }

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

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

background-color css

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

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

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

border-color css

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

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

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