Shades of Fire Brick #A72203
Tints of Fire Brick #A72203
RGB
CMYK
RGB Variations
Color information
#A72203 (or 0xA72203) is known color: Fire Brick. HEX triplet: A7, 22 and 03. RGB value is (167,34,3). Sum of RGB (Red+Green+Blue) = 167+34+3=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A72203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72203 is #58DDFC. Grayscale: #464646. Windows color (decimal): -5823997 or 205479. OLE color: 205479.
HSL color Cylindrical-coordinate representation of color #A72203: hue angle of 11.34º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A72203 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 34 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.35 |
| HSL | 11.34º | 0.96% | 0.33% | - |
| HSV(B) | 11.34º | 0.98% | 0.65% | - |
| XYZ | 16.52 | 9.37 | 1.02 | - |
| YUV | 70.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 3 | 0 | 0.80 | 0.98 | 0.35 | 11.34 | 0.96 | 0.33 |
| Hex | A7 | 22 | 3 | 0 | 50 | 62 | 23 | B | 60 | 21 |
| Octal | 247 | 42 | 3 | 0 | 120 | 142 | 43 | 13 | 140 | 41 |
| Binary | 10100111 | 100010 | 11 | 0 | 1010000 | 1100010 | 100011 | 1011 | 1100000 | 100001 |
Color Harmonies of #A72203
Complementary color
Monochromatic Colors of #A72203
Black with #A72203
Text Example
Text Example
White with #A72203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72203; }
p { color: rgb(167,34,3); }
H1.HeaderClassName
{
color: #A72203;
}
.AnyTagClassName
{
color: #A72203;
}
</style>
background-color css
<style>
a { background-color: #A72203; }
a { background-color: rgb(167,34,3); }
div.DivClassName
{
background-color: #A72203;
}
.BgClassName
{
background-color: #A72203;
}
</style>
border-color css
<style>
span { border-color: #A72203; }
span { border-color: rgb(167,34,3); }
td.TdClassName
{
border-color: #A72203;
}
.TagClassName
{
border-color: #A72203;
}
</style>