Shades of Rust #AF480D
Tints of Rust #AF480D
RGB
CMYK
RGB Variations
Color information
#AF480D (or 0xAF480D) is known color: Rust. HEX triplet: AF, 48 and 0D. RGB value is (175,72,13). Sum of RGB (Red+Green+Blue) = 175+72+13=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF480D is #50B7F2. Grayscale: #606060. Windows color (decimal): -5289971 or 870575. OLE color: 870575.
HSL color Cylindrical-coordinate representation of color #AF480D: hue angle of 21.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF480D is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 13 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.31 |
| HSL | 21.85º | 0.86% | 0.37% | - |
| HSV(B) | 21.85º | 0.93% | 0.69% | - |
| XYZ | 20.07 | 13.78 | 1.98 | - |
| YUV | 96.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 13 | 0 | 0.59 | 0.93 | 0.31 | 21.85 | 0.86 | 0.37 |
| Hex | AF | 48 | D | 0 | 3B | 5D | 1F | 16 | 56 | 25 |
| Octal | 257 | 110 | 15 | 0 | 73 | 135 | 37 | 26 | 126 | 45 |
| Binary | 10101111 | 1001000 | 1101 | 0 | 111011 | 1011101 | 11111 | 10110 | 1010110 | 100101 |
Color Harmonies of #AF480D
Complementary color
Monochromatic Colors of #AF480D
Black with #AF480D
Text Example
Text Example
White with #AF480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF480D; }
p { color: rgb(175,72,13); }
H1.HeaderClassName
{
color: #AF480D;
}
.AnyTagClassName
{
color: #AF480D;
}
</style>
background-color css
<style>
a { background-color: #AF480D; }
a { background-color: rgb(175,72,13); }
div.DivClassName
{
background-color: #AF480D;
}
.BgClassName
{
background-color: #AF480D;
}
</style>
border-color css
<style>
span { border-color: #AF480D; }
span { border-color: rgb(175,72,13); }
td.TdClassName
{
border-color: #AF480D;
}
.TagClassName
{
border-color: #AF480D;
}
</style>