Shades of Fire Brick #A02101
Tints of Fire Brick #A02101
RGB
CMYK
RGB Variations
Color information
#A02101 (or 0xA02101) is known color: Fire Brick. HEX triplet: A0, 21 and 01. RGB value is (160,33,1). Sum of RGB (Red+Green+Blue) = 160+33+1=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A02101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02101 is #5FDEFE. Grayscale: #434343. Windows color (decimal): -6283007 or 74144. OLE color: 74144.
HSL color Cylindrical-coordinate representation of color #A02101: hue angle of 12.08º 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 #A02101 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.37 |
| HSL | 12.08º | 0.99% | 0.32% | - |
| HSV(B) | 12.08º | 0.99% | 0.63% | - |
| XYZ | 15.05 | 8.56 | 0.89 | - |
| YUV | 67.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 1 | 0 | 0.79 | 0.99 | 0.37 | 12.08 | 0.99 | 0.32 |
| Hex | A0 | 21 | 1 | 0 | 4F | 63 | 25 | C | 63 | 20 |
| Octal | 240 | 41 | 1 | 0 | 117 | 143 | 45 | 14 | 143 | 40 |
| Binary | 10100000 | 100001 | 1 | 0 | 1001111 | 1100011 | 100101 | 1100 | 1100011 | 100000 |
Color Harmonies of #A02101
Complementary color
Monochromatic Colors of #A02101
Black with #A02101
Text Example
Text Example
White with #A02101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02101; }
p { color: rgb(160,33,1); }
H1.HeaderClassName
{
color: #A02101;
}
.AnyTagClassName
{
color: #A02101;
}
</style>
background-color css
<style>
a { background-color: #A02101; }
a { background-color: rgb(160,33,1); }
div.DivClassName
{
background-color: #A02101;
}
.BgClassName
{
background-color: #A02101;
}
</style>
border-color css
<style>
span { border-color: #A02101; }
span { border-color: rgb(160,33,1); }
td.TdClassName
{
border-color: #A02101;
}
.TagClassName
{
border-color: #A02101;
}
</style>