Shades of Rust #AF4613
Tints of Rust #AF4613
RGB
CMYK
RGB Variations
Color information
#AF4613 (or 0xAF4613) is known color: Rust. HEX triplet: AF, 46 and 13. RGB value is (175,70,19). Sum of RGB (Red+Green+Blue) = 175+70+19=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4613 is #50B9EC. Grayscale: #5F5F5F. Windows color (decimal): -5290477 or 1263279. OLE color: 1263279.
HSL color Cylindrical-coordinate representation of color #AF4613: hue angle of 19.62º 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 #AF4613 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 19 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.31 |
| HSL | 19.62º | 0.8% | 0.38% | - |
| HSV(B) | 19.62º | 0.89% | 0.69% | - |
| XYZ | 19.99 | 13.54 | 2.18 | - |
| YUV | 95.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 19 | 0 | 0.60 | 0.89 | 0.31 | 19.62 | 0.8 | 0.38 |
| Hex | AF | 46 | 13 | 0 | 3C | 59 | 1F | 14 | 50 | 26 |
| Octal | 257 | 106 | 23 | 0 | 74 | 131 | 37 | 24 | 120 | 46 |
| Binary | 10101111 | 1000110 | 10011 | 0 | 111100 | 1011001 | 11111 | 10100 | 1010000 | 100110 |
Color Harmonies of #AF4613
Complementary color
Monochromatic Colors of #AF4613
Black with #AF4613
Text Example
Text Example
White with #AF4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4613; }
p { color: rgb(175,70,19); }
H1.HeaderClassName
{
color: #AF4613;
}
.AnyTagClassName
{
color: #AF4613;
}
</style>
background-color css
<style>
a { background-color: #AF4613; }
a { background-color: rgb(175,70,19); }
div.DivClassName
{
background-color: #AF4613;
}
.BgClassName
{
background-color: #AF4613;
}
</style>
border-color css
<style>
span { border-color: #AF4613; }
span { border-color: rgb(175,70,19); }
td.TdClassName
{
border-color: #AF4613;
}
.TagClassName
{
border-color: #AF4613;
}
</style>