Shades of Rust #AC3413
Tints of Rust #AC3413
RGB
CMYK
RGB Variations
Color information
#AC3413 (or 0xAC3413) is known color: Rust. HEX triplet: AC, 34 and 13. RGB value is (172,52,19). Sum of RGB (Red+Green+Blue) = 172+52+19=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3413 is #53CBEC. Grayscale: #545454. Windows color (decimal): -5491693 or 1258668. OLE color: 1258668.
HSL color Cylindrical-coordinate representation of color #AC3413: hue angle of 12.94º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC3413 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 19 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.33 |
| HSL | 12.94º | 0.8% | 0.37% | - |
| HSV(B) | 12.94º | 0.89% | 0.67% | - |
| XYZ | 18.36 | 11.27 | 1.82 | - |
| YUV | 84.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 19 | 0 | 0.70 | 0.89 | 0.33 | 12.94 | 0.8 | 0.37 |
| Hex | AC | 34 | 13 | 0 | 46 | 59 | 21 | D | 50 | 25 |
| Octal | 254 | 64 | 23 | 0 | 106 | 131 | 41 | 15 | 120 | 45 |
| Binary | 10101100 | 110100 | 10011 | 0 | 1000110 | 1011001 | 100001 | 1101 | 1010000 | 100101 |
Color Harmonies of #AC3413
Complementary color
Monochromatic Colors of #AC3413
Black with #AC3413
Text Example
Text Example
White with #AC3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3413; }
p { color: rgb(172,52,19); }
H1.HeaderClassName
{
color: #AC3413;
}
.AnyTagClassName
{
color: #AC3413;
}
</style>
background-color css
<style>
a { background-color: #AC3413; }
a { background-color: rgb(172,52,19); }
div.DivClassName
{
background-color: #AC3413;
}
.BgClassName
{
background-color: #AC3413;
}
</style>
border-color css
<style>
span { border-color: #AC3413; }
span { border-color: rgb(172,52,19); }
td.TdClassName
{
border-color: #AC3413;
}
.TagClassName
{
border-color: #AC3413;
}
</style>