Shades of Fire Brick #A92001
Tints of Fire Brick #A92001
RGB
CMYK
RGB Variations
Color information
#A92001 (or 0xA92001) is known color: Fire Brick. HEX triplet: A9, 20 and 01. RGB value is (169,32,1). Sum of RGB (Red+Green+Blue) = 169+32+1=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A92001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92001 is #56DFFE. Grayscale: #454545. Windows color (decimal): -5693439 or 73897. OLE color: 73897.
HSL color Cylindrical-coordinate representation of color #A92001: hue angle of 11.07º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A92001 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.34 |
| HSL | 11.07º | 0.99% | 0.33% | - |
| HSV(B) | 11.07º | 0.99% | 0.66% | - |
| XYZ | 16.88 | 9.47 | 0.97 | - |
| YUV | 69.43 | 89.39 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 1 | 0 | 0.81 | 0.99 | 0.34 | 11.07 | 0.99 | 0.33 |
| Hex | A9 | 20 | 1 | 0 | 51 | 63 | 22 | B | 63 | 21 |
| Octal | 251 | 40 | 1 | 0 | 121 | 143 | 42 | 13 | 143 | 41 |
| Binary | 10101001 | 100000 | 1 | 0 | 1010001 | 1100011 | 100010 | 1011 | 1100011 | 100001 |
Color Harmonies of #A92001
Complementary color
Monochromatic Colors of #A92001
Black with #A92001
Text Example
Text Example
White with #A92001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92001; }
p { color: rgb(169,32,1); }
H1.HeaderClassName
{
color: #A92001;
}
.AnyTagClassName
{
color: #A92001;
}
</style>
background-color css
<style>
a { background-color: #A92001; }
a { background-color: rgb(169,32,1); }
div.DivClassName
{
background-color: #A92001;
}
.BgClassName
{
background-color: #A92001;
}
</style>
border-color css
<style>
span { border-color: #A92001; }
span { border-color: rgb(169,32,1); }
td.TdClassName
{
border-color: #A92001;
}
.TagClassName
{
border-color: #A92001;
}
</style>