Shades of Rust #AF2402
Tints of Rust #AF2402
RGB
CMYK
RGB Variations
Color information
#AF2402 (or 0xAF2402) is known color: Rust. HEX triplet: AF, 24 and 02. RGB value is (175,36,2). Sum of RGB (Red+Green+Blue) = 175+36+2=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2402 is #50DBFD. Grayscale: #494949. Windows color (decimal): -5299198 or 140463. OLE color: 140463.
HSL color Cylindrical-coordinate representation of color #AF2402: hue angle of 11.79º 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 #AF2402 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.31 |
| HSL | 11.79º | 0.98% | 0.35% | - |
| HSV(B) | 11.79º | 0.99% | 0.69% | - |
| XYZ | 18.32 | 10.38 | 1.1 | - |
| YUV | 73.69 | 87.55 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 2 | 0 | 0.79 | 0.99 | 0.31 | 11.79 | 0.98 | 0.35 |
| Hex | AF | 24 | 2 | 0 | 4F | 63 | 1F | C | 62 | 23 |
| Octal | 257 | 44 | 2 | 0 | 117 | 143 | 37 | 14 | 142 | 43 |
| Binary | 10101111 | 100100 | 10 | 0 | 1001111 | 1100011 | 11111 | 1100 | 1100010 | 100011 |
Color Harmonies of #AF2402
Complementary color
Monochromatic Colors of #AF2402
Black with #AF2402
Text Example
Text Example
White with #AF2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2402; }
p { color: rgb(175,36,2); }
H1.HeaderClassName
{
color: #AF2402;
}
.AnyTagClassName
{
color: #AF2402;
}
</style>
background-color css
<style>
a { background-color: #AF2402; }
a { background-color: rgb(175,36,2); }
div.DivClassName
{
background-color: #AF2402;
}
.BgClassName
{
background-color: #AF2402;
}
</style>
border-color css
<style>
span { border-color: #AF2402; }
span { border-color: rgb(175,36,2); }
td.TdClassName
{
border-color: #AF2402;
}
.TagClassName
{
border-color: #AF2402;
}
</style>