Shades of Fire Brick #A02202
Tints of Fire Brick #A02202
RGB
CMYK
RGB Variations
Color information
#A02202 (or 0xA02202) is known color: Fire Brick. HEX triplet: A0, 22 and 02. RGB value is (160,34,2). Sum of RGB (Red+Green+Blue) = 160+34+2=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A02202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02202 is #5FDDFD. Grayscale: #444444. Windows color (decimal): -6282750 or 139936. OLE color: 139936.
HSL color Cylindrical-coordinate representation of color #A02202: hue angle of 12.15º degrees, saturation: 0.98, 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 #A02202 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.37 |
| HSL | 12.15º | 0.98% | 0.32% | - |
| HSV(B) | 12.15º | 0.99% | 0.63% | - |
| XYZ | 15.08 | 8.62 | 0.93 | - |
| YUV | 68.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 2 | 0 | 0.79 | 0.99 | 0.37 | 12.15 | 0.98 | 0.32 |
| Hex | A0 | 22 | 2 | 0 | 4F | 63 | 25 | C | 62 | 20 |
| Octal | 240 | 42 | 2 | 0 | 117 | 143 | 45 | 14 | 142 | 40 |
| Binary | 10100000 | 100010 | 10 | 0 | 1001111 | 1100011 | 100101 | 1100 | 1100010 | 100000 |
Color Harmonies of #A02202
Complementary color
Monochromatic Colors of #A02202
Black with #A02202
Text Example
Text Example
White with #A02202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02202; }
p { color: rgb(160,34,2); }
H1.HeaderClassName
{
color: #A02202;
}
.AnyTagClassName
{
color: #A02202;
}
</style>
background-color css
<style>
a { background-color: #A02202; }
a { background-color: rgb(160,34,2); }
div.DivClassName
{
background-color: #A02202;
}
.BgClassName
{
background-color: #A02202;
}
</style>
border-color css
<style>
span { border-color: #A02202; }
span { border-color: rgb(160,34,2); }
td.TdClassName
{
border-color: #A02202;
}
.TagClassName
{
border-color: #A02202;
}
</style>