#B21A20

Color #B21A20 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B21A20

Tints of Fire Engine Red #B21A20

Color information

#B21A20 (or 0xB21A20) is unknown color: approx Fire Engine Red. HEX triplet: B2, 1A and 20. RGB value is (178,26,32). Sum of RGB (Red+Green+Blue) = 178+26+32=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A20 is #4DE5DF. Grayscale: #484848. Windows color (decimal): -5105120 or 2103986. OLE color: 2103986.

HSL color Cylindrical-coordinate representation of color #B21A20: hue angle of 357.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A20 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1782632-
CMYK00.850.820.30
HSL357.63º74.51%40%-
HSV(B)357.63º85.39%69.8%-
XYZ18.9910.312.36-
YUV72.13105.36203.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.42%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 32 (12.89% from 255) = 13.56%
R=75.42%
G=11.02%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178263200.850.820.30357.6374.5140
HexB21A20055521E1664b28
Octal262324001251223654611350
Binary1011001011010100000010101011010010111101011001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21A20; }

 p { color: rgb(178,26,32); }

 H1.HeaderClassName
 {
   color: #B21A20;
 }
 .AnyTagClassName
 {
   color: #B21A20;
 }
</style>
background-color css

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

 a { background-color: rgb(178,26,32); }

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

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

 span { border-color: rgb(178,26,32); }

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