Shades of Rust #AF3813
Tints of Rust #AF3813
RGB
CMYK
RGB Variations
Color information
#AF3813 (or 0xAF3813) is known color: Rust. HEX triplet: AF, 38 and 13. RGB value is (175,56,19). Sum of RGB (Red+Green+Blue) = 175+56+19=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3813 is #50C7EC. Grayscale: #575757. Windows color (decimal): -5294061 or 1259695. OLE color: 1259695.
HSL color Cylindrical-coordinate representation of color #AF3813: hue angle of 14.23º 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 #AF3813 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 19 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.31 |
| HSL | 14.23º | 0.8% | 0.38% | - |
| HSV(B) | 14.23º | 0.89% | 0.69% | - |
| XYZ | 19.21 | 11.99 | 1.92 | - |
| YUV | 87.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 19 | 0 | 0.68 | 0.89 | 0.31 | 14.23 | 0.8 | 0.38 |
| Hex | AF | 38 | 13 | 0 | 44 | 59 | 1F | E | 50 | 26 |
| Octal | 257 | 70 | 23 | 0 | 104 | 131 | 37 | 16 | 120 | 46 |
| Binary | 10101111 | 111000 | 10011 | 0 | 1000100 | 1011001 | 11111 | 1110 | 1010000 | 100110 |
Color Harmonies of #AF3813
Complementary color
Monochromatic Colors of #AF3813
Black with #AF3813
Text Example
Text Example
White with #AF3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3813; }
p { color: rgb(175,56,19); }
H1.HeaderClassName
{
color: #AF3813;
}
.AnyTagClassName
{
color: #AF3813;
}
</style>
background-color css
<style>
a { background-color: #AF3813; }
a { background-color: rgb(175,56,19); }
div.DivClassName
{
background-color: #AF3813;
}
.BgClassName
{
background-color: #AF3813;
}
</style>
border-color css
<style>
span { border-color: #AF3813; }
span { border-color: rgb(175,56,19); }
td.TdClassName
{
border-color: #AF3813;
}
.TagClassName
{
border-color: #AF3813;
}
</style>