Shades of Fire Brick #A21A0E
Tints of Fire Brick #A21A0E
RGB
CMYK
RGB Variations
Color information
#A21A0E (or 0xA21A0E) is known color: Fire Brick. HEX triplet: A2, 1A and 0E. RGB value is (162,26,14). Sum of RGB (Red+Green+Blue) = 162+26+14=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A0E is #5DE5F1. Grayscale: #414141. Windows color (decimal): -6153714 or 924322. OLE color: 924322.
HSL color Cylindrical-coordinate representation of color #A21A0E: hue angle of 4.86º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A21A0E is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 14 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.36 |
| HSL | 4.86º | 0.84% | 0.35% | - |
| HSV(B) | 4.86º | 0.91% | 0.64% | - |
| XYZ | 15.35 | 8.45 | 1.24 | - |
| YUV | 65.3 | 99.06 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 14 | 0 | 0.84 | 0.91 | 0.36 | 4.86 | 0.84 | 0.35 |
| Hex | A2 | 1A | E | 0 | 54 | 5B | 24 | 5 | 54 | 23 |
| Octal | 242 | 32 | 16 | 0 | 124 | 133 | 44 | 5 | 124 | 43 |
| Binary | 10100010 | 11010 | 1110 | 0 | 1010100 | 1011011 | 100100 | 101 | 1010100 | 100011 |
Color Harmonies of #A21A0E
Complementary color
Monochromatic Colors of #A21A0E
Black with #A21A0E
Text Example
Text Example
White with #A21A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A0E; }
p { color: rgb(162,26,14); }
H1.HeaderClassName
{
color: #A21A0E;
}
.AnyTagClassName
{
color: #A21A0E;
}
</style>
background-color css
<style>
a { background-color: #A21A0E; }
a { background-color: rgb(162,26,14); }
div.DivClassName
{
background-color: #A21A0E;
}
.BgClassName
{
background-color: #A21A0E;
}
</style>
border-color css
<style>
span { border-color: #A21A0E; }
span { border-color: rgb(162,26,14); }
td.TdClassName
{
border-color: #A21A0E;
}
.TagClassName
{
border-color: #A21A0E;
}
</style>