Shades of Fire Brick #A71A02
Tints of Fire Brick #A71A02
RGB
CMYK
RGB Variations
Color information
#A71A02 (or 0xA71A02) is known color: Fire Brick. HEX triplet: A7, 1A and 02. RGB value is (167,26,2). Sum of RGB (Red+Green+Blue) = 167+26+2=195 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.64% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71A02 is #58E5FD. Grayscale: #414141. Windows color (decimal): -5826046 or 137895. OLE color: 137895.
HSL color Cylindrical-coordinate representation of color #A71A02: hue angle of 8.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A71A02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 26 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.35 |
| HSL | 8.73º | 0.98% | 0.33% | - |
| HSV(B) | 8.73º | 0.99% | 0.65% | - |
| XYZ | 16.32 | 8.96 | 0.93 | - |
| YUV | 65.42 | 92.21 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 26 | 2 | 0 | 0.84 | 0.99 | 0.35 | 8.73 | 0.98 | 0.33 |
| Hex | A7 | 1A | 2 | 0 | 54 | 63 | 23 | 9 | 62 | 21 |
| Octal | 247 | 32 | 2 | 0 | 124 | 143 | 43 | 11 | 142 | 41 |
| Binary | 10100111 | 11010 | 10 | 0 | 1010100 | 1100011 | 100011 | 1001 | 1100010 | 100001 |
Color Harmonies of #A71A02
Complementary color
Monochromatic Colors of #A71A02
Black with #A71A02
Text Example
Text Example
White with #A71A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71A02; }
p { color: rgb(167,26,2); }
H1.HeaderClassName
{
color: #A71A02;
}
.AnyTagClassName
{
color: #A71A02;
}
</style>
background-color css
<style>
a { background-color: #A71A02; }
a { background-color: rgb(167,26,2); }
div.DivClassName
{
background-color: #A71A02;
}
.BgClassName
{
background-color: #A71A02;
}
</style>
border-color css
<style>
span { border-color: #A71A02; }
span { border-color: rgb(167,26,2); }
td.TdClassName
{
border-color: #A71A02;
}
.TagClassName
{
border-color: #A71A02;
}
</style>