Html Css Color HEX #BB0A00 Free Speech Red

📋 copy color: '#BB0A00'

red 187 ◦ green 10 ◦ blue 0

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

Shades of Free Speech Red #BB0A00

Tints of Free Speech Red #BB0A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 94.92%
G = 5.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB0A00 (or 0xBB0A00) is known color: Free Speech Red. HEX triplet: BB, 0A and 00. RGB value is (187,10,0). Sum of RGB (Red+Green+Blue) = 187+10+0=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A00 is #44F5FF. Grayscale: #3E3E3E. Windows color (decimal): -4519424 or 2747. OLE color: 2747.

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

Color convert

RGB 187 10 0 -
CMYK 0 0.95 1 0.27
HSL 3.21º 1% 0.37% -
HSV(B) 3.21º 1% 0.73% -
XYZ 20.6 10.78 1 -
YUV 61.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 187 10 0 0 0.95 1 0.27 3.21 1 0.37
Hex BB A 0 0 5F 64 1B 3 64 25
Octal 273 12 0 0 137 144 33 3 144 45
Binary 10111011 1010 0 0 1011111 1100100 11011 11 1100100 100101

Color Harmonies of #BB0A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A00

Black with #BB0A00

Text Example


Text Example

White with #BB0A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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