Shades of Fire Brick #A21A0A
Tints of Fire Brick #A21A0A
RGB
CMYK
RGB Variations
Color information
#A21A0A (or 0xA21A0A) is known color: Fire Brick. HEX triplet: A2, 1A and 0A. RGB value is (162,26,10). Sum of RGB (Red+Green+Blue) = 162+26+10=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A0A is #5DE5F5. Grayscale: #414141. Windows color (decimal): -6153718 or 662178. OLE color: 662178.
HSL color Cylindrical-coordinate representation of color #A21A0A: hue angle of 6.32º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A21A0A is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 10 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.36 |
| HSL | 6.32º | 0.88% | 0.34% | - |
| HSV(B) | 6.32º | 0.94% | 0.64% | - |
| XYZ | 15.32 | 8.44 | 1.11 | - |
| YUV | 64.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 10 | 0 | 0.84 | 0.94 | 0.36 | 6.32 | 0.88 | 0.34 |
| Hex | A2 | 1A | A | 0 | 54 | 5E | 24 | 6 | 58 | 22 |
| Octal | 242 | 32 | 12 | 0 | 124 | 136 | 44 | 6 | 130 | 42 |
| Binary | 10100010 | 11010 | 1010 | 0 | 1010100 | 1011110 | 100100 | 110 | 1011000 | 100010 |
Color Harmonies of #A21A0A
Complementary color
Monochromatic Colors of #A21A0A
Black with #A21A0A
Text Example
Text Example
White with #A21A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A0A; }
p { color: rgb(162,26,10); }
H1.HeaderClassName
{
color: #A21A0A;
}
.AnyTagClassName
{
color: #A21A0A;
}
</style>
background-color css
<style>
a { background-color: #A21A0A; }
a { background-color: rgb(162,26,10); }
div.DivClassName
{
background-color: #A21A0A;
}
.BgClassName
{
background-color: #A21A0A;
}
</style>
border-color css
<style>
span { border-color: #A21A0A; }
span { border-color: rgb(162,26,10); }
td.TdClassName
{
border-color: #A21A0A;
}
.TagClassName
{
border-color: #A21A0A;
}
</style>