Shades of Fire Brick #A21A18
Tints of Fire Brick #A21A18
RGB
CMYK
RGB Variations
Color information
#A21A18 (or 0xA21A18) is known color: Fire Brick. HEX triplet: A2, 1A and 18. RGB value is (162,26,24). Sum of RGB (Red+Green+Blue) = 162+26+24=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A18 is #5DE5E7. Grayscale: #424242. Windows color (decimal): -6153704 or 1579682. OLE color: 1579682.
HSL color Cylindrical-coordinate representation of color #A21A18: hue angle of 0.87º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21A18 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 24 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.36 |
| HSL | 0.87º | 0.74% | 0.36% | - |
| HSV(B) | 0.87º | 0.85% | 0.64% | - |
| XYZ | 15.43 | 8.49 | 1.69 | - |
| YUV | 66.44 | 104.06 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 24 | 0 | 0.84 | 0.85 | 0.36 | 0.87 | 0.74 | 0.36 |
| Hex | A2 | 1A | 18 | 0 | 54 | 55 | 24 | 1 | 4A | 24 |
| Octal | 242 | 32 | 30 | 0 | 124 | 125 | 44 | 1 | 112 | 44 |
| Binary | 10100010 | 11010 | 11000 | 0 | 1010100 | 1010101 | 100100 | 1 | 1001010 | 100100 |
Color Harmonies of #A21A18
Complementary color
Monochromatic Colors of #A21A18
Black with #A21A18
Text Example
Text Example
White with #A21A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A18; }
p { color: rgb(162,26,24); }
H1.HeaderClassName
{
color: #A21A18;
}
.AnyTagClassName
{
color: #A21A18;
}
</style>
background-color css
<style>
a { background-color: #A21A18; }
a { background-color: rgb(162,26,24); }
div.DivClassName
{
background-color: #A21A18;
}
.BgClassName
{
background-color: #A21A18;
}
</style>
border-color css
<style>
span { border-color: #A21A18; }
span { border-color: rgb(162,26,24); }
td.TdClassName
{
border-color: #A21A18;
}
.TagClassName
{
border-color: #A21A18;
}
</style>