Shades of Rust #AF3218
Tints of Rust #AF3218
RGB
CMYK
RGB Variations
Color information
#AF3218 (or 0xAF3218) is known color: Rust. HEX triplet: AF, 32 and 18. RGB value is (175,50,24). Sum of RGB (Red+Green+Blue) = 175+50+24=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3218 is #50CDE7. Grayscale: #545454. Windows color (decimal): -5295592 or 1585839. OLE color: 1585839.
HSL color Cylindrical-coordinate representation of color #AF3218: hue angle of 10.33º 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 #AF3218 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 24 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.31 |
| HSL | 10.33º | 0.76% | 0.39% | - |
| HSV(B) | 10.33º | 0.86% | 0.69% | - |
| XYZ | 18.98 | 11.46 | 2.08 | - |
| YUV | 84.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 24 | 0 | 0.71 | 0.86 | 0.31 | 10.33 | 0.76 | 0.39 |
| Hex | AF | 32 | 18 | 0 | 47 | 56 | 1F | A | 4C | 27 |
| Octal | 257 | 62 | 30 | 0 | 107 | 126 | 37 | 12 | 114 | 47 |
| Binary | 10101111 | 110010 | 11000 | 0 | 1000111 | 1010110 | 11111 | 1010 | 1001100 | 100111 |
Color Harmonies of #AF3218
Complementary color
Monochromatic Colors of #AF3218
Black with #AF3218
Text Example
Text Example
White with #AF3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3218; }
p { color: rgb(175,50,24); }
H1.HeaderClassName
{
color: #AF3218;
}
.AnyTagClassName
{
color: #AF3218;
}
</style>
background-color css
<style>
a { background-color: #AF3218; }
a { background-color: rgb(175,50,24); }
div.DivClassName
{
background-color: #AF3218;
}
.BgClassName
{
background-color: #AF3218;
}
</style>
border-color css
<style>
span { border-color: #AF3218; }
span { border-color: rgb(175,50,24); }
td.TdClassName
{
border-color: #AF3218;
}
.TagClassName
{
border-color: #AF3218;
}
</style>