Shades of Rust #A92501
Tints of Rust #A92501
RGB
CMYK
RGB Variations
Color information
#A92501 (or 0xA92501) is known color: Rust. HEX triplet: A9, 25 and 01. RGB value is (169,37,1). Sum of RGB (Red+Green+Blue) = 169+37+1=207 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.64% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 169 - color contains mainly: red. Hex color #A92501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92501 is #56DAFE. Grayscale: #484848. Windows color (decimal): -5692159 or 75177. OLE color: 75177.
HSL color Cylindrical-coordinate representation of color #A92501: hue angle of 12.86º 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 #A92501 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.34 |
| HSL | 12.86º | 0.99% | 0.33% | - |
| HSV(B) | 12.86º | 0.99% | 0.66% | - |
| XYZ | 17.03 | 9.76 | 1.02 | - |
| YUV | 72.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 1 | 0 | 0.78 | 0.99 | 0.34 | 12.86 | 0.99 | 0.33 |
| Hex | A9 | 25 | 1 | 0 | 4E | 63 | 22 | D | 63 | 21 |
| Octal | 251 | 45 | 1 | 0 | 116 | 143 | 42 | 15 | 143 | 41 |
| Binary | 10101001 | 100101 | 1 | 0 | 1001110 | 1100011 | 100010 | 1101 | 1100011 | 100001 |
Color Harmonies of #A92501
Complementary color
Monochromatic Colors of #A92501
Black with #A92501
Text Example
Text Example
White with #A92501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92501; }
p { color: rgb(169,37,1); }
H1.HeaderClassName
{
color: #A92501;
}
.AnyTagClassName
{
color: #A92501;
}
</style>
background-color css
<style>
a { background-color: #A92501; }
a { background-color: rgb(169,37,1); }
div.DivClassName
{
background-color: #A92501;
}
.BgClassName
{
background-color: #A92501;
}
</style>
border-color css
<style>
span { border-color: #A92501; }
span { border-color: rgb(169,37,1); }
td.TdClassName
{
border-color: #A92501;
}
.TagClassName
{
border-color: #A92501;
}
</style>