Shades of Fire Brick #A91F02
Tints of Fire Brick #A91F02
RGB
CMYK
RGB Variations
Color information
#A91F02 (or 0xA91F02) is known color: Fire Brick. HEX triplet: A9, 1F and 02. RGB value is (169,31,2). Sum of RGB (Red+Green+Blue) = 169+31+2=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91F02 is #56E0FD. Grayscale: #454545. Windows color (decimal): -5693694 or 139177. OLE color: 139177.
HSL color Cylindrical-coordinate representation of color #A91F02: hue angle of 10.42º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A91F02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.34 |
| HSL | 10.42º | 0.98% | 0.34% | - |
| HSV(B) | 10.42º | 0.99% | 0.66% | - |
| XYZ | 16.86 | 9.42 | 0.99 | - |
| YUV | 68.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 2 | 0 | 0.82 | 0.99 | 0.34 | 10.42 | 0.98 | 0.34 |
| Hex | A9 | 1F | 2 | 0 | 52 | 63 | 22 | A | 62 | 22 |
| Octal | 251 | 37 | 2 | 0 | 122 | 143 | 42 | 12 | 142 | 42 |
| Binary | 10101001 | 11111 | 10 | 0 | 1010010 | 1100011 | 100010 | 1010 | 1100010 | 100010 |
Color Harmonies of #A91F02
Complementary color
Monochromatic Colors of #A91F02
Black with #A91F02
Text Example
Text Example
White with #A91F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91F02; }
p { color: rgb(169,31,2); }
H1.HeaderClassName
{
color: #A91F02;
}
.AnyTagClassName
{
color: #A91F02;
}
</style>
background-color css
<style>
a { background-color: #A91F02; }
a { background-color: rgb(169,31,2); }
div.DivClassName
{
background-color: #A91F02;
}
.BgClassName
{
background-color: #A91F02;
}
</style>
border-color css
<style>
span { border-color: #A91F02; }
span { border-color: rgb(169,31,2); }
td.TdClassName
{
border-color: #A91F02;
}
.TagClassName
{
border-color: #A91F02;
}
</style>