Html Css Color HEX #BB1420 Fire Engine Red

📋 copy color: '#BB1420'

red 187 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #BB1420

Tints of Fire Engine Red #BB1420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 78.24%
G = 8.37%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB1420 (or 0xBB1420) is known color: Fire Engine Red. HEX triplet: BB, 14 and 20. RGB value is (187,20,32). Sum of RGB (Red+Green+Blue) = 187+20+32=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1420 is #44EBDF. Grayscale: #474747. Windows color (decimal): -4516832 or 2102459. OLE color: 2102459.

HSL color Cylindrical-coordinate representation of color #BB1420: hue angle of 355.69º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1420 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 32 -
CMYK 0 0.89 0.83 0.27
HSL 355.69º 0.81% 0.41% -
HSV(B) 355.69º 0.89% 0.73% -
XYZ 21 11.17 2.42 -
YUV 71.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 187 20 32 0 0.89 0.83 0.27 355.69 0.81 0.41
Hex BB 14 20 0 59 53 1B 164 51 29
Octal 273 24 40 0 131 123 33 544 121 51
Binary 10111011 10100 100000 0 1011001 1010011 11011 101100100 1010001 101001

Color Harmonies of #BB1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1420

Black with #BB1420

Text Example


Text Example

White with #BB1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1420; }

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

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

background-color css

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

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

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

border-color css

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

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

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