Html Css Color HEX #BB1900 Free Speech Red

📋 copy color: '#BB1900'

red 187 ◦ green 25 ◦ blue 0

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

Shades of Free Speech Red #BB1900

Tints of Free Speech Red #BB1900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 88.21%
G = 11.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB1900 (or 0xBB1900) is known color: Free Speech Red. HEX triplet: BB, 19 and 00. RGB value is (187,25,0). Sum of RGB (Red+Green+Blue) = 187+25+0=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1900 is #44E6FF. Grayscale: #464646. Windows color (decimal): -4515584 or 6587. OLE color: 6587.

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

Color convert

RGB 187 25 0 -
CMYK 0 0.87 1 0.27
HSL 8.02º 1% 0.37% -
HSV(B) 8.02º 1% 0.73% -
XYZ 20.84 11.26 1.07 -
YUV 70.59 88.17 211.03 -
System Red Green Blue C M Y K H S L
Decimal 187 25 0 0 0.87 1 0.27 8.02 1 0.37
Hex BB 19 0 0 57 64 1B 8 64 25
Octal 273 31 0 0 127 144 33 10 144 45
Binary 10111011 11001 0 0 1010111 1100100 11011 1000 1100100 100101

Color Harmonies of #BB1900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1900

Black with #BB1900

Text Example


Text Example

White with #BB1900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1900; }

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

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

background-color css

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

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

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

border-color css

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

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

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