Shades of Rust #AF3E13
Tints of Rust #AF3E13
RGB
CMYK
RGB Variations
Color information
#AF3E13 (or 0xAF3E13) is known color: Rust. HEX triplet: AF, 3E and 13. RGB value is (175,62,19). Sum of RGB (Red+Green+Blue) = 175+62+19=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E13 is #50C1EC. Grayscale: #5B5B5B. Windows color (decimal): -5292525 or 1261231. OLE color: 1261231.
HSL color Cylindrical-coordinate representation of color #AF3E13: hue angle of 16.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF3E13 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 19 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.31 |
| HSL | 16.54º | 0.8% | 0.38% | - |
| HSV(B) | 16.54º | 0.89% | 0.69% | - |
| XYZ | 19.52 | 12.61 | 2.02 | - |
| YUV | 90.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 19 | 0 | 0.65 | 0.89 | 0.31 | 16.54 | 0.8 | 0.38 |
| Hex | AF | 3E | 13 | 0 | 41 | 59 | 1F | 11 | 50 | 26 |
| Octal | 257 | 76 | 23 | 0 | 101 | 131 | 37 | 21 | 120 | 46 |
| Binary | 10101111 | 111110 | 10011 | 0 | 1000001 | 1011001 | 11111 | 10001 | 1010000 | 100110 |
Color Harmonies of #AF3E13
Complementary color
Monochromatic Colors of #AF3E13
Black with #AF3E13
Text Example
Text Example
White with #AF3E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E13; }
p { color: rgb(175,62,19); }
H1.HeaderClassName
{
color: #AF3E13;
}
.AnyTagClassName
{
color: #AF3E13;
}
</style>
background-color css
<style>
a { background-color: #AF3E13; }
a { background-color: rgb(175,62,19); }
div.DivClassName
{
background-color: #AF3E13;
}
.BgClassName
{
background-color: #AF3E13;
}
</style>
border-color css
<style>
span { border-color: #AF3E13; }
span { border-color: rgb(175,62,19); }
td.TdClassName
{
border-color: #AF3E13;
}
.TagClassName
{
border-color: #AF3E13;
}
</style>