Html Css Color HEX #BB1A00 Free Speech Red

📋 copy color: '#BB1A00'

red 187 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #BB1A00

Tints of Free Speech Red #BB1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.21%

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

R = 87.79%
G = 12.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB1A00 (or 0xBB1A00) is known color: Free Speech Red. HEX triplet: BB, 1A and 00. RGB value is (187,26,0). Sum of RGB (Red+Green+Blue) = 187+26+0=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1A00 is #44E5FF. Grayscale: #474747. Windows color (decimal): -4515328 or 6843. OLE color: 6843.

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

Color convert

RGB 187 26 0 -
CMYK 0 0.86 1 0.27
HSL 8.34º 1% 0.37% -
HSV(B) 8.34º 1% 0.73% -
XYZ 20.86 11.3 1.08 -
YUV 71.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 187 26 0 0 0.86 1 0.27 8.34 1 0.37
Hex BB 1A 0 0 56 64 1B 8 64 25
Octal 273 32 0 0 126 144 33 10 144 45
Binary 10111011 11010 0 0 1010110 1100100 11011 1000 1100100 100101

Color Harmonies of #BB1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A00

Black with #BB1A00

Text Example


Text Example

White with #BB1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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