Shades of Fire Brick #A21D0A
Tints of Fire Brick #A21D0A
RGB
CMYK
RGB Variations
Color information
#A21D0A (or 0xA21D0A) is known color: Fire Brick. HEX triplet: A2, 1D and 0A. RGB value is (162,29,10). Sum of RGB (Red+Green+Blue) = 162+29+10=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D0A is #5DE2F5. Grayscale: #424242. Windows color (decimal): -6152950 or 662946. OLE color: 662946.
HSL color Cylindrical-coordinate representation of color #A21D0A: hue angle of 7.5º 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 #A21D0A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 29 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.36 |
| HSL | 7.5º | 0.88% | 0.34% | - |
| HSV(B) | 7.5º | 0.94% | 0.64% | - |
| XYZ | 15.39 | 8.58 | 1.13 | - |
| YUV | 66.6 | 96.06 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 10 | 0 | 0.82 | 0.94 | 0.36 | 7.5 | 0.88 | 0.34 |
| Hex | A2 | 1D | A | 0 | 52 | 5E | 24 | 8 | 58 | 22 |
| Octal | 242 | 35 | 12 | 0 | 122 | 136 | 44 | 10 | 130 | 42 |
| Binary | 10100010 | 11101 | 1010 | 0 | 1010010 | 1011110 | 100100 | 1000 | 1011000 | 100010 |
Color Harmonies of #A21D0A
Complementary color
Monochromatic Colors of #A21D0A
Black with #A21D0A
Text Example
Text Example
White with #A21D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21D0A; }
p { color: rgb(162,29,10); }
H1.HeaderClassName
{
color: #A21D0A;
}
.AnyTagClassName
{
color: #A21D0A;
}
</style>
background-color css
<style>
a { background-color: #A21D0A; }
a { background-color: rgb(162,29,10); }
div.DivClassName
{
background-color: #A21D0A;
}
.BgClassName
{
background-color: #A21D0A;
}
</style>
border-color css
<style>
span { border-color: #A21D0A; }
span { border-color: rgb(162,29,10); }
td.TdClassName
{
border-color: #A21D0A;
}
.TagClassName
{
border-color: #A21D0A;
}
</style>