Shades of Rust #AF2902
Tints of Rust #AF2902
RGB
CMYK
RGB Variations
Color information
#AF2902 (or 0xAF2902) is known color: Rust. HEX triplet: AF, 29 and 02. RGB value is (175,41,2). Sum of RGB (Red+Green+Blue) = 175+41+2=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2902 is #50D6FD. Grayscale: #4C4C4C. Windows color (decimal): -5297918 or 141743. OLE color: 141743.
HSL color Cylindrical-coordinate representation of color #AF2902: hue angle of 13.53º 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 #AF2902 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.31 |
| HSL | 13.53º | 0.98% | 0.35% | - |
| HSV(B) | 13.53º | 0.99% | 0.69% | - |
| XYZ | 18.48 | 10.7 | 1.15 | - |
| YUV | 76.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 2 | 0 | 0.77 | 0.99 | 0.31 | 13.53 | 0.98 | 0.35 |
| Hex | AF | 29 | 2 | 0 | 4D | 63 | 1F | E | 62 | 23 |
| Octal | 257 | 51 | 2 | 0 | 115 | 143 | 37 | 16 | 142 | 43 |
| Binary | 10101111 | 101001 | 10 | 0 | 1001101 | 1100011 | 11111 | 1110 | 1100010 | 100011 |
Color Harmonies of #AF2902
Complementary color
Monochromatic Colors of #AF2902
Black with #AF2902
Text Example
Text Example
White with #AF2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2902; }
p { color: rgb(175,41,2); }
H1.HeaderClassName
{
color: #AF2902;
}
.AnyTagClassName
{
color: #AF2902;
}
</style>
background-color css
<style>
a { background-color: #AF2902; }
a { background-color: rgb(175,41,2); }
div.DivClassName
{
background-color: #AF2902;
}
.BgClassName
{
background-color: #AF2902;
}
</style>
border-color css
<style>
span { border-color: #AF2902; }
span { border-color: rgb(175,41,2); }
td.TdClassName
{
border-color: #AF2902;
}
.TagClassName
{
border-color: #AF2902;
}
</style>