Shades of Rust #AC360B
Tints of Rust #AC360B
RGB
CMYK
RGB Variations
Color information
#AC360B (or 0xAC360B) is known color: Rust. HEX triplet: AC, 36 and 0B. RGB value is (172,54,11). Sum of RGB (Red+Green+Blue) = 172+54+11=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC360B is #53C9F4. Grayscale: #545454. Windows color (decimal): -5491189 or 734892. OLE color: 734892.
HSL color Cylindrical-coordinate representation of color #AC360B: hue angle of 16.02º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC360B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.33 |
| HSL | 16.02º | 0.88% | 0.36% | - |
| HSV(B) | 16.02º | 0.94% | 0.67% | - |
| XYZ | 18.39 | 11.43 | 1.55 | - |
| YUV | 84.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 11 | 0 | 0.69 | 0.94 | 0.33 | 16.02 | 0.88 | 0.36 |
| Hex | AC | 36 | B | 0 | 45 | 5E | 21 | 10 | 58 | 24 |
| Octal | 254 | 66 | 13 | 0 | 105 | 136 | 41 | 20 | 130 | 44 |
| Binary | 10101100 | 110110 | 1011 | 0 | 1000101 | 1011110 | 100001 | 10000 | 1011000 | 100100 |
Color Harmonies of #AC360B
Complementary color
Monochromatic Colors of #AC360B
Black with #AC360B
Text Example
Text Example
White with #AC360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC360B; }
p { color: rgb(172,54,11); }
H1.HeaderClassName
{
color: #AC360B;
}
.AnyTagClassName
{
color: #AC360B;
}
</style>
background-color css
<style>
a { background-color: #AC360B; }
a { background-color: rgb(172,54,11); }
div.DivClassName
{
background-color: #AC360B;
}
.BgClassName
{
background-color: #AC360B;
}
</style>
border-color css
<style>
span { border-color: #AC360B; }
span { border-color: rgb(172,54,11); }
td.TdClassName
{
border-color: #AC360B;
}
.TagClassName
{
border-color: #AC360B;
}
</style>