Shades of Rust #AF3518
Tints of Rust #AF3518
RGB
CMYK
RGB Variations
Color information
#AF3518 (or 0xAF3518) is known color: Rust. HEX triplet: AF, 35 and 18. RGB value is (175,53,24). Sum of RGB (Red+Green+Blue) = 175+53+24=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3518 is #50CAE7. Grayscale: #565656. Windows color (decimal): -5294824 or 1586607. OLE color: 1586607.
HSL color Cylindrical-coordinate representation of color #AF3518: hue angle of 11.52º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF3518 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 24 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.31 |
| HSL | 11.52º | 0.76% | 0.39% | - |
| HSV(B) | 11.52º | 0.86% | 0.69% | - |
| XYZ | 19.12 | 11.73 | 2.12 | - |
| YUV | 86.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 24 | 0 | 0.70 | 0.86 | 0.31 | 11.52 | 0.76 | 0.39 |
| Hex | AF | 35 | 18 | 0 | 46 | 56 | 1F | C | 4C | 27 |
| Octal | 257 | 65 | 30 | 0 | 106 | 126 | 37 | 14 | 114 | 47 |
| Binary | 10101111 | 110101 | 11000 | 0 | 1000110 | 1010110 | 11111 | 1100 | 1001100 | 100111 |
Color Harmonies of #AF3518
Complementary color
Monochromatic Colors of #AF3518
Black with #AF3518
Text Example
Text Example
White with #AF3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3518; }
p { color: rgb(175,53,24); }
H1.HeaderClassName
{
color: #AF3518;
}
.AnyTagClassName
{
color: #AF3518;
}
</style>
background-color css
<style>
a { background-color: #AF3518; }
a { background-color: rgb(175,53,24); }
div.DivClassName
{
background-color: #AF3518;
}
.BgClassName
{
background-color: #AF3518;
}
</style>
border-color css
<style>
span { border-color: #AF3518; }
span { border-color: rgb(175,53,24); }
td.TdClassName
{
border-color: #AF3518;
}
.TagClassName
{
border-color: #AF3518;
}
</style>