Shades of Rust #AC360D
Tints of Rust #AC360D
RGB
CMYK
RGB Variations
Color information
#AC360D (or 0xAC360D) is known color: Rust. HEX triplet: AC, 36 and 0D. RGB value is (172,54,13). Sum of RGB (Red+Green+Blue) = 172+54+13=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC360D is #53C9F2. Grayscale: #545454. Windows color (decimal): -5491187 or 865964. OLE color: 865964.
HSL color Cylindrical-coordinate representation of color #AC360D: hue angle of 15.47º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC360D is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 13 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.33 |
| HSL | 15.47º | 0.86% | 0.36% | - |
| HSV(B) | 15.47º | 0.92% | 0.67% | - |
| XYZ | 18.41 | 11.44 | 1.62 | - |
| YUV | 84.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 13 | 0 | 0.69 | 0.92 | 0.33 | 15.47 | 0.86 | 0.36 |
| Hex | AC | 36 | D | 0 | 45 | 5C | 21 | F | 56 | 24 |
| Octal | 254 | 66 | 15 | 0 | 105 | 134 | 41 | 17 | 126 | 44 |
| Binary | 10101100 | 110110 | 1101 | 0 | 1000101 | 1011100 | 100001 | 1111 | 1010110 | 100100 |
Color Harmonies of #AC360D
Complementary color
Monochromatic Colors of #AC360D
Black with #AC360D
Text Example
Text Example
White with #AC360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC360D; }
p { color: rgb(172,54,13); }
H1.HeaderClassName
{
color: #AC360D;
}
.AnyTagClassName
{
color: #AC360D;
}
</style>
background-color css
<style>
a { background-color: #AC360D; }
a { background-color: rgb(172,54,13); }
div.DivClassName
{
background-color: #AC360D;
}
.BgClassName
{
background-color: #AC360D;
}
</style>
border-color css
<style>
span { border-color: #AC360D; }
span { border-color: rgb(172,54,13); }
td.TdClassName
{
border-color: #AC360D;
}
.TagClassName
{
border-color: #AC360D;
}
</style>