Html Css Color HEX #BB0801 Free Speech Red

📋 copy color: '#BB0801'

red 187 ◦ green 8 ◦ blue 1

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

Shades of Free Speech Red #BB0801

Tints of Free Speech Red #BB0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 95.41%
G = 4.08%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB0801 (or 0xBB0801) is known color: Free Speech Red. HEX triplet: BB, 08 and 01. RGB value is (187,8,1). Sum of RGB (Red+Green+Blue) = 187+8+1=196 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.41% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0801 is #44F7FE. Grayscale: #3C3C3C. Windows color (decimal): -4519935 or 67771. OLE color: 67771.

HSL color Cylindrical-coordinate representation of color #BB0801: hue angle of 2.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0801 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 8 1 -
CMYK 0 0.96 0.99 0.27
HSL 2.26º 0.99% 0.37% -
HSV(B) 2.26º 0.99% 0.73% -
XYZ 20.59 10.74 1.02 -
YUV 60.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 187 8 1 0 0.96 0.99 0.27 2.26 0.99 0.37
Hex BB 8 1 0 60 63 1B 2 63 25
Octal 273 10 1 0 140 143 33 2 143 45
Binary 10111011 1000 1 0 1100000 1100011 11011 10 1100011 100101

Color Harmonies of #BB0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0801

Black with #BB0801

Text Example


Text Example

White with #BB0801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0801; }

 p { color: rgb(187,8,1); }

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

background-color css

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

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

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

border-color css

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

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

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