Shades of Fire Brick #A02207
Tints of Fire Brick #A02207
RGB
CMYK
RGB Variations
Color information
#A02207 (or 0xA02207) is known color: Fire Brick. HEX triplet: A0, 22 and 07. RGB value is (160,34,7). Sum of RGB (Red+Green+Blue) = 160+34+7=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A02207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02207 is #5FDDF8. Grayscale: #444444. Windows color (decimal): -6282745 or 467616. OLE color: 467616.
HSL color Cylindrical-coordinate representation of color #A02207: hue angle of 10.59º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02207 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.37 |
| HSL | 10.59º | 0.92% | 0.33% | - |
| HSV(B) | 10.59º | 0.96% | 0.63% | - |
| XYZ | 15.11 | 8.63 | 1.07 | - |
| YUV | 68.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 7 | 0 | 0.79 | 0.96 | 0.37 | 10.59 | 0.92 | 0.33 |
| Hex | A0 | 22 | 7 | 0 | 4F | 60 | 25 | B | 5C | 21 |
| Octal | 240 | 42 | 7 | 0 | 117 | 140 | 45 | 13 | 134 | 41 |
| Binary | 10100000 | 100010 | 111 | 0 | 1001111 | 1100000 | 100101 | 1011 | 1011100 | 100001 |
Color Harmonies of #A02207
Complementary color
Monochromatic Colors of #A02207
Black with #A02207
Text Example
Text Example
White with #A02207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02207; }
p { color: rgb(160,34,7); }
H1.HeaderClassName
{
color: #A02207;
}
.AnyTagClassName
{
color: #A02207;
}
</style>
background-color css
<style>
a { background-color: #A02207; }
a { background-color: rgb(160,34,7); }
div.DivClassName
{
background-color: #A02207;
}
.BgClassName
{
background-color: #A02207;
}
</style>
border-color css
<style>
span { border-color: #A02207; }
span { border-color: rgb(160,34,7); }
td.TdClassName
{
border-color: #A02207;
}
.TagClassName
{
border-color: #A02207;
}
</style>