Shades of Fire Brick #A21C0D
Tints of Fire Brick #A21C0D
RGB
CMYK
RGB Variations
Color information
#A21C0D (or 0xA21C0D) is known color: Fire Brick. HEX triplet: A2, 1C and 0D. RGB value is (162,28,13). Sum of RGB (Red+Green+Blue) = 162+28+13=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C0D is #5DE3F2. Grayscale: #424242. Windows color (decimal): -6153203 or 859298. OLE color: 859298.
HSL color Cylindrical-coordinate representation of color #A21C0D: hue angle of 6.04º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A21C0D is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 28 | 13 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.36 |
| HSL | 6.04º | 0.85% | 0.34% | - |
| HSV(B) | 6.04º | 0.92% | 0.64% | - |
| XYZ | 15.39 | 8.54 | 1.22 | - |
| YUV | 66.36 | 97.89 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 13 | 0 | 0.83 | 0.92 | 0.36 | 6.04 | 0.85 | 0.34 |
| Hex | A2 | 1C | D | 0 | 53 | 5C | 24 | 6 | 55 | 22 |
| Octal | 242 | 34 | 15 | 0 | 123 | 134 | 44 | 6 | 125 | 42 |
| Binary | 10100010 | 11100 | 1101 | 0 | 1010011 | 1011100 | 100100 | 110 | 1010101 | 100010 |
Color Harmonies of #A21C0D
Complementary color
Monochromatic Colors of #A21C0D
Black with #A21C0D
Text Example
Text Example
White with #A21C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21C0D; }
p { color: rgb(162,28,13); }
H1.HeaderClassName
{
color: #A21C0D;
}
.AnyTagClassName
{
color: #A21C0D;
}
</style>
background-color css
<style>
a { background-color: #A21C0D; }
a { background-color: rgb(162,28,13); }
div.DivClassName
{
background-color: #A21C0D;
}
.BgClassName
{
background-color: #A21C0D;
}
</style>
border-color css
<style>
span { border-color: #A21C0D; }
span { border-color: rgb(162,28,13); }
td.TdClassName
{
border-color: #A21C0D;
}
.TagClassName
{
border-color: #A21C0D;
}
</style>