Shades of Rust #A92503
Tints of Rust #A92503
RGB
CMYK
RGB Variations
Color information
#A92503 (or 0xA92503) is known color: Rust. HEX triplet: A9, 25 and 03. RGB value is (169,37,3). Sum of RGB (Red+Green+Blue) = 169+37+3=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A92503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92503 is #56DAFC. Grayscale: #484848. Windows color (decimal): -5692157 or 206249. OLE color: 206249.
HSL color Cylindrical-coordinate representation of color #A92503: hue angle of 12.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A92503 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.34 |
| HSL | 12.29º | 0.97% | 0.34% | - |
| HSV(B) | 12.29º | 0.98% | 0.66% | - |
| XYZ | 17.04 | 9.76 | 1.07 | - |
| YUV | 72.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 3 | 0 | 0.78 | 0.98 | 0.34 | 12.29 | 0.97 | 0.34 |
| Hex | A9 | 25 | 3 | 0 | 4E | 62 | 22 | C | 61 | 22 |
| Octal | 251 | 45 | 3 | 0 | 116 | 142 | 42 | 14 | 141 | 42 |
| Binary | 10101001 | 100101 | 11 | 0 | 1001110 | 1100010 | 100010 | 1100 | 1100001 | 100010 |
Color Harmonies of #A92503
Complementary color
Monochromatic Colors of #A92503
Black with #A92503
Text Example
Text Example
White with #A92503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92503; }
p { color: rgb(169,37,3); }
H1.HeaderClassName
{
color: #A92503;
}
.AnyTagClassName
{
color: #A92503;
}
</style>
background-color css
<style>
a { background-color: #A92503; }
a { background-color: rgb(169,37,3); }
div.DivClassName
{
background-color: #A92503;
}
.BgClassName
{
background-color: #A92503;
}
</style>
border-color css
<style>
span { border-color: #A92503; }
span { border-color: rgb(169,37,3); }
td.TdClassName
{
border-color: #A92503;
}
.TagClassName
{
border-color: #A92503;
}
</style>