Shades of Rust #AF3010
Tints of Rust #AF3010
RGB
CMYK
RGB Variations
Color information
#AF3010 (or 0xAF3010) is known color: Rust. HEX triplet: AF, 30 and 10. RGB value is (175,48,16). Sum of RGB (Red+Green+Blue) = 175+48+16=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3010 is #50CFEF. Grayscale: #525252. Windows color (decimal): -5296112 or 1061039. OLE color: 1061039.
HSL color Cylindrical-coordinate representation of color #AF3010: hue angle of 12.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF3010 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 16 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.31 |
| HSL | 12.08º | 0.83% | 0.37% | - |
| HSV(B) | 12.08º | 0.91% | 0.69% | - |
| XYZ | 18.83 | 11.27 | 1.67 | - |
| YUV | 82.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 16 | 0 | 0.73 | 0.91 | 0.31 | 12.08 | 0.83 | 0.37 |
| Hex | AF | 30 | 10 | 0 | 49 | 5B | 1F | C | 53 | 25 |
| Octal | 257 | 60 | 20 | 0 | 111 | 133 | 37 | 14 | 123 | 45 |
| Binary | 10101111 | 110000 | 10000 | 0 | 1001001 | 1011011 | 11111 | 1100 | 1010011 | 100101 |
Color Harmonies of #AF3010
Complementary color
Monochromatic Colors of #AF3010
Black with #AF3010
Text Example
Text Example
White with #AF3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3010; }
p { color: rgb(175,48,16); }
H1.HeaderClassName
{
color: #AF3010;
}
.AnyTagClassName
{
color: #AF3010;
}
</style>
background-color css
<style>
a { background-color: #AF3010; }
a { background-color: rgb(175,48,16); }
div.DivClassName
{
background-color: #AF3010;
}
.BgClassName
{
background-color: #AF3010;
}
</style>
border-color css
<style>
span { border-color: #AF3010; }
span { border-color: rgb(175,48,16); }
td.TdClassName
{
border-color: #AF3010;
}
.TagClassName
{
border-color: #AF3010;
}
</style>