Shades of Rust #AF3313
Tints of Rust #AF3313
RGB
CMYK
RGB Variations
Color information
#AF3313 (or 0xAF3313) is known color: Rust. HEX triplet: AF, 33 and 13. RGB value is (175,51,19). Sum of RGB (Red+Green+Blue) = 175+51+19=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3313 is #50CCEC. Grayscale: #545454. Windows color (decimal): -5295341 or 1258415. OLE color: 1258415.
HSL color Cylindrical-coordinate representation of color #AF3313: hue angle of 12.31º 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 #AF3313 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.31 |
| HSL | 12.31º | 0.8% | 0.38% | - |
| HSV(B) | 12.31º | 0.89% | 0.69% | - |
| XYZ | 18.98 | 11.53 | 1.84 | - |
| YUV | 84.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 19 | 0 | 0.71 | 0.89 | 0.31 | 12.31 | 0.8 | 0.38 |
| Hex | AF | 33 | 13 | 0 | 47 | 59 | 1F | C | 50 | 26 |
| Octal | 257 | 63 | 23 | 0 | 107 | 131 | 37 | 14 | 120 | 46 |
| Binary | 10101111 | 110011 | 10011 | 0 | 1000111 | 1011001 | 11111 | 1100 | 1010000 | 100110 |
Color Harmonies of #AF3313
Complementary color
Monochromatic Colors of #AF3313
Black with #AF3313
Text Example
Text Example
White with #AF3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3313; }
p { color: rgb(175,51,19); }
H1.HeaderClassName
{
color: #AF3313;
}
.AnyTagClassName
{
color: #AF3313;
}
</style>
background-color css
<style>
a { background-color: #AF3313; }
a { background-color: rgb(175,51,19); }
div.DivClassName
{
background-color: #AF3313;
}
.BgClassName
{
background-color: #AF3313;
}
</style>
border-color css
<style>
span { border-color: #AF3313; }
span { border-color: rgb(175,51,19); }
td.TdClassName
{
border-color: #AF3313;
}
.TagClassName
{
border-color: #AF3313;
}
</style>