Shades of Rust #AF2503
Tints of Rust #AF2503
RGB
CMYK
RGB Variations
Color information
#AF2503 (or 0xAF2503) is known color: Rust. HEX triplet: AF, 25 and 03. RGB value is (175,37,3). Sum of RGB (Red+Green+Blue) = 175+37+3=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2503 is #50DAFC. Grayscale: #4A4A4A. Windows color (decimal): -5298941 or 206255. OLE color: 206255.
HSL color Cylindrical-coordinate representation of color #AF2503: hue angle of 11.86º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF2503 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.31 |
| HSL | 11.86º | 0.97% | 0.35% | - |
| HSV(B) | 11.86º | 0.98% | 0.69% | - |
| XYZ | 18.36 | 10.44 | 1.13 | - |
| YUV | 74.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 3 | 0 | 0.79 | 0.98 | 0.31 | 11.86 | 0.97 | 0.35 |
| Hex | AF | 25 | 3 | 0 | 4F | 62 | 1F | C | 61 | 23 |
| Octal | 257 | 45 | 3 | 0 | 117 | 142 | 37 | 14 | 141 | 43 |
| Binary | 10101111 | 100101 | 11 | 0 | 1001111 | 1100010 | 11111 | 1100 | 1100001 | 100011 |
Color Harmonies of #AF2503
Complementary color
Monochromatic Colors of #AF2503
Black with #AF2503
Text Example
Text Example
White with #AF2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2503; }
p { color: rgb(175,37,3); }
H1.HeaderClassName
{
color: #AF2503;
}
.AnyTagClassName
{
color: #AF2503;
}
</style>
background-color css
<style>
a { background-color: #AF2503; }
a { background-color: rgb(175,37,3); }
div.DivClassName
{
background-color: #AF2503;
}
.BgClassName
{
background-color: #AF2503;
}
</style>
border-color css
<style>
span { border-color: #AF2503; }
span { border-color: rgb(175,37,3); }
td.TdClassName
{
border-color: #AF2503;
}
.TagClassName
{
border-color: #AF2503;
}
</style>