Shades of Rust #AC360F
Tints of Rust #AC360F
RGB
CMYK
RGB Variations
Color information
#AC360F (or 0xAC360F) is known color: Rust. HEX triplet: AC, 36 and 0F. RGB value is (172,54,15). Sum of RGB (Red+Green+Blue) = 172+54+15=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC360F is #53C9F0. Grayscale: #555555. Windows color (decimal): -5491185 or 997036. OLE color: 997036.
HSL color Cylindrical-coordinate representation of color #AC360F: hue angle of 14.9º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC360F is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 15 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.33 |
| HSL | 14.9º | 0.84% | 0.37% | - |
| HSV(B) | 14.9º | 0.91% | 0.67% | - |
| XYZ | 18.42 | 11.44 | 1.69 | - |
| YUV | 84.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 15 | 0 | 0.69 | 0.91 | 0.33 | 14.9 | 0.84 | 0.37 |
| Hex | AC | 36 | F | 0 | 45 | 5B | 21 | F | 54 | 25 |
| Octal | 254 | 66 | 17 | 0 | 105 | 133 | 41 | 17 | 124 | 45 |
| Binary | 10101100 | 110110 | 1111 | 0 | 1000101 | 1011011 | 100001 | 1111 | 1010100 | 100101 |
Color Harmonies of #AC360F
Complementary color
Monochromatic Colors of #AC360F
Black with #AC360F
Text Example
Text Example
White with #AC360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC360F; }
p { color: rgb(172,54,15); }
H1.HeaderClassName
{
color: #AC360F;
}
.AnyTagClassName
{
color: #AC360F;
}
</style>
background-color css
<style>
a { background-color: #AC360F; }
a { background-color: rgb(172,54,15); }
div.DivClassName
{
background-color: #AC360F;
}
.BgClassName
{
background-color: #AC360F;
}
</style>
border-color css
<style>
span { border-color: #AC360F; }
span { border-color: rgb(172,54,15); }
td.TdClassName
{
border-color: #AC360F;
}
.TagClassName
{
border-color: #AC360F;
}
</style>