Html Css Color HEX #BB0000 Free Speech Red

📋 copy color: '#BB0000'

red 187 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #BB0000

Tints of Free Speech Red #BB0000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB0000 (or 0xBB0000) is known color: Free Speech Red. HEX triplet: BB, 00 and 00. RGB value is (187,0,0). Sum of RGB (Red+Green+Blue) = 187+0+0=187 (24% of max value = 765). Red value is 187 (73.44% from 255 or 100% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0000 is #44FFFF. Grayscale: #383838. Windows color (decimal): -4521984 or 187. OLE color: 187.

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

Color convert

RGB 187 0 0 -
CMYK 0 1 1 0.27
HSL 1% 0.37% -
HSV(B) 1% 0.73% -
XYZ 20.49 10.56 0.96 -
YUV 55.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 187 0 0 0 1 1 0.27 0 1 0.37
Hex BB 0 0 0 64 64 1B 0 64 25
Octal 273 0 0 0 144 144 33 0 144 45
Binary 10111011 0 0 0 1100100 1100100 11011 0 1100100 100101

Color Harmonies of #BB0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0000

Black with #BB0000

Text Example


Text Example

White with #BB0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0000; }

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

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

background-color css

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

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

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

border-color css

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

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

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