Shades of Rust #AF2502
Tints of Rust #AF2502
RGB
CMYK
RGB Variations
Color information
#AF2502 (or 0xAF2502) is known color: Rust. HEX triplet: AF, 25 and 02. RGB value is (175,37,2). Sum of RGB (Red+Green+Blue) = 175+37+2=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2502 is #50DAFD. Grayscale: #4A4A4A. Windows color (decimal): -5298942 or 140719. OLE color: 140719.
HSL color Cylindrical-coordinate representation of color #AF2502: hue angle of 12.14º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF2502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.31 |
| HSL | 12.14º | 0.98% | 0.35% | - |
| HSV(B) | 12.14º | 0.99% | 0.69% | - |
| XYZ | 18.35 | 10.44 | 1.11 | - |
| YUV | 74.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 2 | 0 | 0.79 | 0.99 | 0.31 | 12.14 | 0.98 | 0.35 |
| Hex | AF | 25 | 2 | 0 | 4F | 63 | 1F | C | 62 | 23 |
| Octal | 257 | 45 | 2 | 0 | 117 | 143 | 37 | 14 | 142 | 43 |
| Binary | 10101111 | 100101 | 10 | 0 | 1001111 | 1100011 | 11111 | 1100 | 1100010 | 100011 |
Color Harmonies of #AF2502
Complementary color
Monochromatic Colors of #AF2502
Black with #AF2502
Text Example
Text Example
White with #AF2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2502; }
p { color: rgb(175,37,2); }
H1.HeaderClassName
{
color: #AF2502;
}
.AnyTagClassName
{
color: #AF2502;
}
</style>
background-color css
<style>
a { background-color: #AF2502; }
a { background-color: rgb(175,37,2); }
div.DivClassName
{
background-color: #AF2502;
}
.BgClassName
{
background-color: #AF2502;
}
</style>
border-color css
<style>
span { border-color: #AF2502; }
span { border-color: rgb(175,37,2); }
td.TdClassName
{
border-color: #AF2502;
}
.TagClassName
{
border-color: #AF2502;
}
</style>