Shades of Rust #AF3418
Tints of Rust #AF3418
RGB
CMYK
RGB Variations
Color information
#AF3418 (or 0xAF3418) is known color: Rust. HEX triplet: AF, 34 and 18. RGB value is (175,52,24). Sum of RGB (Red+Green+Blue) = 175+52+24=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3418 is #50CBE7. Grayscale: #555555. Windows color (decimal): -5295080 or 1586351. OLE color: 1586351.
HSL color Cylindrical-coordinate representation of color #AF3418: hue angle of 11.13º 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 #AF3418 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 24 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.31 |
| HSL | 11.13º | 0.76% | 0.39% | - |
| HSV(B) | 11.13º | 0.86% | 0.69% | - |
| XYZ | 19.07 | 11.64 | 2.1 | - |
| YUV | 85.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 24 | 0 | 0.70 | 0.86 | 0.31 | 11.13 | 0.76 | 0.39 |
| Hex | AF | 34 | 18 | 0 | 46 | 56 | 1F | B | 4C | 27 |
| Octal | 257 | 64 | 30 | 0 | 106 | 126 | 37 | 13 | 114 | 47 |
| Binary | 10101111 | 110100 | 11000 | 0 | 1000110 | 1010110 | 11111 | 1011 | 1001100 | 100111 |
Color Harmonies of #AF3418
Complementary color
Monochromatic Colors of #AF3418
Black with #AF3418
Text Example
Text Example
White with #AF3418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3418; }
p { color: rgb(175,52,24); }
H1.HeaderClassName
{
color: #AF3418;
}
.AnyTagClassName
{
color: #AF3418;
}
</style>
background-color css
<style>
a { background-color: #AF3418; }
a { background-color: rgb(175,52,24); }
div.DivClassName
{
background-color: #AF3418;
}
.BgClassName
{
background-color: #AF3418;
}
</style>
border-color css
<style>
span { border-color: #AF3418; }
span { border-color: rgb(175,52,24); }
td.TdClassName
{
border-color: #AF3418;
}
.TagClassName
{
border-color: #AF3418;
}
</style>