Shades of Fire Brick #A02004
Tints of Fire Brick #A02004
RGB
CMYK
RGB Variations
Color information
#A02004 (or 0xA02004) is known color: Fire Brick. HEX triplet: A0, 20 and 04. RGB value is (160,32,4). Sum of RGB (Red+Green+Blue) = 160+32+4=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A02004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02004 is #5FDFFB. Grayscale: #434343. Windows color (decimal): -6283260 or 270496. OLE color: 270496.
HSL color Cylindrical-coordinate representation of color #A02004: hue angle of 10.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A02004 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.37 |
| HSL | 10.77º | 0.95% | 0.32% | - |
| HSV(B) | 10.77º | 0.98% | 0.63% | - |
| XYZ | 15.04 | 8.52 | 0.97 | - |
| YUV | 67.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 4 | 0 | 0.80 | 0.98 | 0.37 | 10.77 | 0.95 | 0.32 |
| Hex | A0 | 20 | 4 | 0 | 50 | 62 | 25 | B | 5F | 20 |
| Octal | 240 | 40 | 4 | 0 | 120 | 142 | 45 | 13 | 137 | 40 |
| Binary | 10100000 | 100000 | 100 | 0 | 1010000 | 1100010 | 100101 | 1011 | 1011111 | 100000 |
Color Harmonies of #A02004
Complementary color
Monochromatic Colors of #A02004
Black with #A02004
Text Example
Text Example
White with #A02004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02004; }
p { color: rgb(160,32,4); }
H1.HeaderClassName
{
color: #A02004;
}
.AnyTagClassName
{
color: #A02004;
}
</style>
background-color css
<style>
a { background-color: #A02004; }
a { background-color: rgb(160,32,4); }
div.DivClassName
{
background-color: #A02004;
}
.BgClassName
{
background-color: #A02004;
}
</style>
border-color css
<style>
span { border-color: #A02004; }
span { border-color: rgb(160,32,4); }
td.TdClassName
{
border-color: #A02004;
}
.TagClassName
{
border-color: #A02004;
}
</style>