Html Css Color HEX #BB1401 Free Speech Red

📋 copy color: '#BB1401'

red 187 ◦ green 20 ◦ blue 1

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

Shades of Free Speech Red #BB1401

Tints of Free Speech Red #BB1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

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

R = 89.9%
G = 9.62%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB1401 (or 0xBB1401) is known color: Free Speech Red. HEX triplet: BB, 14 and 01. RGB value is (187,20,1). Sum of RGB (Red+Green+Blue) = 187+20+1=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1401 is #44EBFE. Grayscale: #444444. Windows color (decimal): -4516863 or 70843. OLE color: 70843.

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

Color convert

RGB 187 20 1 -
CMYK 0 0.89 0.99 0.27
HSL 6.13º 0.99% 0.37% -
HSV(B) 6.13º 0.99% 0.73% -
XYZ 20.75 11.07 1.07 -
YUV 67.77 90.33 213.04 -
System Red Green Blue C M Y K H S L
Decimal 187 20 1 0 0.89 0.99 0.27 6.13 0.99 0.37
Hex BB 14 1 0 59 63 1B 6 63 25
Octal 273 24 1 0 131 143 33 6 143 45
Binary 10111011 10100 1 0 1011001 1100011 11011 110 1100011 100101

Color Harmonies of #BB1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1401

Black with #BB1401

Text Example


Text Example

White with #BB1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1401; }

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

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

background-color css

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

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

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

border-color css

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

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

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