Shades of Rust #A02503
Tints of Rust #A02503
RGB
CMYK
RGB Variations
Color information
#A02503 (or 0xA02503) is known color: Rust. HEX triplet: A0, 25 and 03. RGB value is (160,37,3). Sum of RGB (Red+Green+Blue) = 160+37+3=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A02503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02503 is #5FDAFC. Grayscale: #464646. Windows color (decimal): -6281981 or 206240. OLE color: 206240.
HSL color Cylindrical-coordinate representation of color #A02503: hue angle of 12.99º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A02503 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.37 |
| HSL | 12.99º | 0.96% | 0.32% | - |
| HSV(B) | 12.99º | 0.98% | 0.63% | - |
| XYZ | 15.18 | 8.8 | 0.99 | - |
| YUV | 69.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 3 | 0 | 0.77 | 0.98 | 0.37 | 12.99 | 0.96 | 0.32 |
| Hex | A0 | 25 | 3 | 0 | 4D | 62 | 25 | D | 60 | 20 |
| Octal | 240 | 45 | 3 | 0 | 115 | 142 | 45 | 15 | 140 | 40 |
| Binary | 10100000 | 100101 | 11 | 0 | 1001101 | 1100010 | 100101 | 1101 | 1100000 | 100000 |
Color Harmonies of #A02503
Complementary color
Monochromatic Colors of #A02503
Black with #A02503
Text Example
Text Example
White with #A02503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02503; }
p { color: rgb(160,37,3); }
H1.HeaderClassName
{
color: #A02503;
}
.AnyTagClassName
{
color: #A02503;
}
</style>
background-color css
<style>
a { background-color: #A02503; }
a { background-color: rgb(160,37,3); }
div.DivClassName
{
background-color: #A02503;
}
.BgClassName
{
background-color: #A02503;
}
</style>
border-color css
<style>
span { border-color: #A02503; }
span { border-color: rgb(160,37,3); }
td.TdClassName
{
border-color: #A02503;
}
.TagClassName
{
border-color: #A02503;
}
</style>