Shades of Rust #AF3A13
Tints of Rust #AF3A13
RGB
CMYK
RGB Variations
Color information
#AF3A13 (or 0xAF3A13) is known color: Rust. HEX triplet: AF, 3A and 13. RGB value is (175,58,19). Sum of RGB (Red+Green+Blue) = 175+58+19=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A13 is #50C5EC. Grayscale: #585858. Windows color (decimal): -5293549 or 1260207. OLE color: 1260207.
HSL color Cylindrical-coordinate representation of color #AF3A13: hue angle of 15º 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 #AF3A13 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 19 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.31 |
| HSL | 15º | 0.8% | 0.38% | - |
| HSV(B) | 15º | 0.89% | 0.69% | - |
| XYZ | 19.31 | 12.19 | 1.95 | - |
| YUV | 88.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 19 | 0 | 0.67 | 0.89 | 0.31 | 15 | 0.8 | 0.38 |
| Hex | AF | 3A | 13 | 0 | 43 | 59 | 1F | F | 50 | 26 |
| Octal | 257 | 72 | 23 | 0 | 103 | 131 | 37 | 17 | 120 | 46 |
| Binary | 10101111 | 111010 | 10011 | 0 | 1000011 | 1011001 | 11111 | 1111 | 1010000 | 100110 |
Color Harmonies of #AF3A13
Complementary color
Monochromatic Colors of #AF3A13
Black with #AF3A13
Text Example
Text Example
White with #AF3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A13; }
p { color: rgb(175,58,19); }
H1.HeaderClassName
{
color: #AF3A13;
}
.AnyTagClassName
{
color: #AF3A13;
}
</style>
background-color css
<style>
a { background-color: #AF3A13; }
a { background-color: rgb(175,58,19); }
div.DivClassName
{
background-color: #AF3A13;
}
.BgClassName
{
background-color: #AF3A13;
}
</style>
border-color css
<style>
span { border-color: #AF3A13; }
span { border-color: rgb(175,58,19); }
td.TdClassName
{
border-color: #AF3A13;
}
.TagClassName
{
border-color: #AF3A13;
}
</style>