Shades of Rust #AF4F13
Tints of Rust #AF4F13
RGB
CMYK
RGB Variations
Color information
#AF4F13 (or 0xAF4F13) is known color: Rust. HEX triplet: AF, 4F and 13. RGB value is (175,79,19). Sum of RGB (Red+Green+Blue) = 175+79+19=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F13 is #50B0EC. Grayscale: #656565. Windows color (decimal): -5288173 or 1265583. OLE color: 1265583.
HSL color Cylindrical-coordinate representation of color #AF4F13: hue angle of 23.08º 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 #AF4F13 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 19 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.31 |
| HSL | 23.08º | 0.8% | 0.38% | - |
| HSV(B) | 23.08º | 0.89% | 0.69% | - |
| XYZ | 20.59 | 14.75 | 2.38 | - |
| YUV | 100.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 19 | 0 | 0.55 | 0.89 | 0.31 | 23.08 | 0.8 | 0.38 |
| Hex | AF | 4F | 13 | 0 | 37 | 59 | 1F | 17 | 50 | 26 |
| Octal | 257 | 117 | 23 | 0 | 67 | 131 | 37 | 27 | 120 | 46 |
| Binary | 10101111 | 1001111 | 10011 | 0 | 110111 | 1011001 | 11111 | 10111 | 1010000 | 100110 |
Color Harmonies of #AF4F13
Complementary color
Monochromatic Colors of #AF4F13
Black with #AF4F13
Text Example
Text Example
White with #AF4F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F13; }
p { color: rgb(175,79,19); }
H1.HeaderClassName
{
color: #AF4F13;
}
.AnyTagClassName
{
color: #AF4F13;
}
</style>
background-color css
<style>
a { background-color: #AF4F13; }
a { background-color: rgb(175,79,19); }
div.DivClassName
{
background-color: #AF4F13;
}
.BgClassName
{
background-color: #AF4F13;
}
</style>
border-color css
<style>
span { border-color: #AF4F13; }
span { border-color: rgb(175,79,19); }
td.TdClassName
{
border-color: #AF4F13;
}
.TagClassName
{
border-color: #AF4F13;
}
</style>