Shades of Fire Brick #A72413
Tints of Fire Brick #A72413
RGB
CMYK
RGB Variations
Color information
#A72413 (or 0xA72413) is known color: Fire Brick. HEX triplet: A7, 24 and 13. RGB value is (167,36,19). Sum of RGB (Red+Green+Blue) = 167+36+19=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72413 is #58DBEC. Grayscale: #494949. Windows color (decimal): -5823469 or 1254567. OLE color: 1254567.
HSL color Cylindrical-coordinate representation of color #A72413: hue angle of 6.89º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A72413 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 36 | 19 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.35 |
| HSL | 6.89º | 0.8% | 0.36% | - |
| HSV(B) | 6.89º | 0.89% | 0.65% | - |
| XYZ | 16.68 | 9.52 | 1.58 | - |
| YUV | 73.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 19 | 0 | 0.78 | 0.89 | 0.35 | 6.89 | 0.8 | 0.36 |
| Hex | A7 | 24 | 13 | 0 | 4E | 59 | 23 | 7 | 50 | 24 |
| Octal | 247 | 44 | 23 | 0 | 116 | 131 | 43 | 7 | 120 | 44 |
| Binary | 10100111 | 100100 | 10011 | 0 | 1001110 | 1011001 | 100011 | 111 | 1010000 | 100100 |
Color Harmonies of #A72413
Complementary color
Monochromatic Colors of #A72413
Black with #A72413
Text Example
Text Example
White with #A72413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72413; }
p { color: rgb(167,36,19); }
H1.HeaderClassName
{
color: #A72413;
}
.AnyTagClassName
{
color: #A72413;
}
</style>
background-color css
<style>
a { background-color: #A72413; }
a { background-color: rgb(167,36,19); }
div.DivClassName
{
background-color: #A72413;
}
.BgClassName
{
background-color: #A72413;
}
</style>
border-color css
<style>
span { border-color: #A72413; }
span { border-color: rgb(167,36,19); }
td.TdClassName
{
border-color: #A72413;
}
.TagClassName
{
border-color: #A72413;
}
</style>