Html Css Color HEX #BB1801 Free Speech Red

📋 copy color: '#BB1801'

red 187 ◦ green 24 ◦ blue 1

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

Shades of Free Speech Red #BB1801

Tints of Free Speech Red #BB1801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

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

R = 88.21%
G = 11.32%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB1801 (or 0xBB1801) is known color: Free Speech Red. HEX triplet: BB, 18 and 01. RGB value is (187,24,1). Sum of RGB (Red+Green+Blue) = 187+24+1=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1801 is #44E7FE. Grayscale: #464646. Windows color (decimal): -4515839 or 71867. OLE color: 71867.

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

Color convert

RGB 187 24 1 -
CMYK 0 0.87 0.99 0.27
HSL 7.42º 0.99% 0.37% -
HSV(B) 7.42º 0.99% 0.73% -
XYZ 20.83 11.22 1.1 -
YUV 70.12 89 211.37 -
System Red Green Blue C M Y K H S L
Decimal 187 24 1 0 0.87 0.99 0.27 7.42 0.99 0.37
Hex BB 18 1 0 57 63 1B 7 63 25
Octal 273 30 1 0 127 143 33 7 143 45
Binary 10111011 11000 1 0 1010111 1100011 11011 111 1100011 100101

Color Harmonies of #BB1801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1801

Black with #BB1801

Text Example


Text Example

White with #BB1801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1801; }

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

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

background-color css

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

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

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

border-color css

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

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

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