Shades of Fire Engine Red #B21A20
Tints of Fire Engine Red #B21A20
RGB
CMYK
RGB Variations
Color information
#B21A20 (or 0xB21A20) is known color: 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
| RGB | 178 | 26 | 32 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.30 |
| HSL | 357.63º | 0.75% | 0.4% | - |
| HSV(B) | 357.63º | 0.85% | 0.7% | - |
| XYZ | 18.99 | 10.31 | 2.36 | - |
| YUV | 72.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 32 | 0 | 0.85 | 0.82 | 0.30 | 357.63 | 0.75 | 0.4 |
| Hex | B2 | 1A | 20 | 0 | 55 | 52 | 1E | 166 | 4B | 28 |
| Octal | 262 | 32 | 40 | 0 | 125 | 122 | 36 | 546 | 113 | 50 |
| Binary | 10110010 | 11010 | 100000 | 0 | 1010101 | 1010010 | 11110 | 101100110 | 1001011 | 101000 |
Color Harmonies of #B21A20
Complementary color
Monochromatic Colors of #B21A20
Black with #B21A20
Text Example
Text Example
White with #B21A20
Text Example
Text Example
HTML Codes & Css Web 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>