Html Css Color HEX #BB0500 Free Speech Red

📋 copy color: '#BB0500'

red 187 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #BB0500

Tints of Free Speech Red #BB0500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

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

R = 97.4%
G = 2.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB0500 (or 0xBB0500) is known color: Free Speech Red. HEX triplet: BB, 05 and 00. RGB value is (187,5,0). Sum of RGB (Red+Green+Blue) = 187+5+0=192 (25% of max value = 765). Red value is 187 (73.44% from 255 or 97.40% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0500 is #44FAFF. Grayscale: #3B3B3B. Windows color (decimal): -4520704 or 1467. OLE color: 1467.

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

Color convert

RGB 187 5 0 -
CMYK 0 0.97 1 0.27
HSL 1.6º 1% 0.37% -
HSV(B) 1.6º 1% 0.73% -
XYZ 20.55 10.67 0.98 -
YUV 58.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 187 5 0 0 0.97 1 0.27 1.6 1 0.37
Hex BB 5 0 0 61 64 1B 2 64 25
Octal 273 5 0 0 141 144 33 2 144 45
Binary 10111011 101 0 0 1100001 1100100 11011 10 1100100 100101

Color Harmonies of #BB0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0500

Black with #BB0500

Text Example


Text Example

White with #BB0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0500; }

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

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

background-color css

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

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

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

border-color css

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

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

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