Shades of Fire Brick #A21A04
Tints of Fire Brick #A21A04
RGB
CMYK
RGB Variations
Color information
#A21A04 (or 0xA21A04) is known color: Fire Brick. HEX triplet: A2, 1A and 04. RGB value is (162,26,4). Sum of RGB (Red+Green+Blue) = 162+26+4=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A04 is #5DE5FB. Grayscale: #404040. Windows color (decimal): -6153724 or 268962. OLE color: 268962.
HSL color Cylindrical-coordinate representation of color #A21A04: hue angle of 8.35º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A21A04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.36 |
| HSL | 8.35º | 0.95% | 0.33% | - |
| HSV(B) | 8.35º | 0.98% | 0.64% | - |
| XYZ | 15.29 | 8.43 | 0.94 | - |
| YUV | 64.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 4 | 0 | 0.84 | 0.98 | 0.36 | 8.35 | 0.95 | 0.33 |
| Hex | A2 | 1A | 4 | 0 | 54 | 62 | 24 | 8 | 5F | 21 |
| Octal | 242 | 32 | 4 | 0 | 124 | 142 | 44 | 10 | 137 | 41 |
| Binary | 10100010 | 11010 | 100 | 0 | 1010100 | 1100010 | 100100 | 1000 | 1011111 | 100001 |
Color Harmonies of #A21A04
Complementary color
Monochromatic Colors of #A21A04
Black with #A21A04
Text Example
Text Example
White with #A21A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A04; }
p { color: rgb(162,26,4); }
H1.HeaderClassName
{
color: #A21A04;
}
.AnyTagClassName
{
color: #A21A04;
}
</style>
background-color css
<style>
a { background-color: #A21A04; }
a { background-color: rgb(162,26,4); }
div.DivClassName
{
background-color: #A21A04;
}
.BgClassName
{
background-color: #A21A04;
}
</style>
border-color css
<style>
span { border-color: #A21A04; }
span { border-color: rgb(162,26,4); }
td.TdClassName
{
border-color: #A21A04;
}
.TagClassName
{
border-color: #A21A04;
}
</style>