Shades of Rust #AF3613
Tints of Rust #AF3613
RGB
CMYK
RGB Variations
Color information
#AF3613 (or 0xAF3613) is known color: Rust. HEX triplet: AF, 36 and 13. RGB value is (175,54,19). Sum of RGB (Red+Green+Blue) = 175+54+19=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3613 is #50C9EC. Grayscale: #565656. Windows color (decimal): -5294573 or 1259183. OLE color: 1259183.
HSL color Cylindrical-coordinate representation of color #AF3613: hue angle of 13.46º 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 #AF3613 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 19 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.31 |
| HSL | 13.46º | 0.8% | 0.38% | - |
| HSV(B) | 13.46º | 0.89% | 0.69% | - |
| XYZ | 19.12 | 11.8 | 1.89 | - |
| YUV | 86.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 19 | 0 | 0.69 | 0.89 | 0.31 | 13.46 | 0.8 | 0.38 |
| Hex | AF | 36 | 13 | 0 | 45 | 59 | 1F | D | 50 | 26 |
| Octal | 257 | 66 | 23 | 0 | 105 | 131 | 37 | 15 | 120 | 46 |
| Binary | 10101111 | 110110 | 10011 | 0 | 1000101 | 1011001 | 11111 | 1101 | 1010000 | 100110 |
Color Harmonies of #AF3613
Complementary color
Monochromatic Colors of #AF3613
Black with #AF3613
Text Example
Text Example
White with #AF3613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3613; }
p { color: rgb(175,54,19); }
H1.HeaderClassName
{
color: #AF3613;
}
.AnyTagClassName
{
color: #AF3613;
}
</style>
background-color css
<style>
a { background-color: #AF3613; }
a { background-color: rgb(175,54,19); }
div.DivClassName
{
background-color: #AF3613;
}
.BgClassName
{
background-color: #AF3613;
}
</style>
border-color css
<style>
span { border-color: #AF3613; }
span { border-color: rgb(175,54,19); }
td.TdClassName
{
border-color: #AF3613;
}
.TagClassName
{
border-color: #AF3613;
}
</style>