Shades of Fire Brick #A02001
Tints of Fire Brick #A02001
RGB
CMYK
RGB Variations
Color information
#A02001 (or 0xA02001) is known color: Fire Brick. HEX triplet: A0, 20 and 01. RGB value is (160,32,1). Sum of RGB (Red+Green+Blue) = 160+32+1=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A02001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02001 is #5FDFFE. Grayscale: #424242. Windows color (decimal): -6283263 or 73888. OLE color: 73888.
HSL color Cylindrical-coordinate representation of color #A02001: hue angle of 11.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A02001 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.37 |
| HSL | 11.7º | 0.99% | 0.32% | - |
| HSV(B) | 11.7º | 0.99% | 0.63% | - |
| XYZ | 15.02 | 8.51 | 0.88 | - |
| YUV | 66.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 1 | 0 | 0.80 | 0.99 | 0.37 | 11.7 | 0.99 | 0.32 |
| Hex | A0 | 20 | 1 | 0 | 50 | 63 | 25 | C | 63 | 20 |
| Octal | 240 | 40 | 1 | 0 | 120 | 143 | 45 | 14 | 143 | 40 |
| Binary | 10100000 | 100000 | 1 | 0 | 1010000 | 1100011 | 100101 | 1100 | 1100011 | 100000 |
Color Harmonies of #A02001
Complementary color
Monochromatic Colors of #A02001
Black with #A02001
Text Example
Text Example
White with #A02001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02001; }
p { color: rgb(160,32,1); }
H1.HeaderClassName
{
color: #A02001;
}
.AnyTagClassName
{
color: #A02001;
}
</style>
background-color css
<style>
a { background-color: #A02001; }
a { background-color: rgb(160,32,1); }
div.DivClassName
{
background-color: #A02001;
}
.BgClassName
{
background-color: #A02001;
}
</style>
border-color css
<style>
span { border-color: #A02001; }
span { border-color: rgb(160,32,1); }
td.TdClassName
{
border-color: #A02001;
}
.TagClassName
{
border-color: #A02001;
}
</style>