Shades of Rust #AC370F
Tints of Rust #AC370F
RGB
CMYK
RGB Variations
Color information
#AC370F (or 0xAC370F) is known color: Rust. HEX triplet: AC, 37 and 0F. RGB value is (172,55,15). Sum of RGB (Red+Green+Blue) = 172+55+15=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC370F is #53C8F0. Grayscale: #555555. Windows color (decimal): -5490929 or 997292. OLE color: 997292.
HSL color Cylindrical-coordinate representation of color #AC370F: hue angle of 15.29º 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 #AC370F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 15 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.33 |
| HSL | 15.29º | 0.84% | 0.37% | - |
| HSV(B) | 15.29º | 0.91% | 0.67% | - |
| XYZ | 18.47 | 11.54 | 1.71 | - |
| YUV | 85.42 | 88.26 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 15 | 0 | 0.68 | 0.91 | 0.33 | 15.29 | 0.84 | 0.37 |
| Hex | AC | 37 | F | 0 | 44 | 5B | 21 | F | 54 | 25 |
| Octal | 254 | 67 | 17 | 0 | 104 | 133 | 41 | 17 | 124 | 45 |
| Binary | 10101100 | 110111 | 1111 | 0 | 1000100 | 1011011 | 100001 | 1111 | 1010100 | 100101 |
Color Harmonies of #AC370F
Complementary color
Monochromatic Colors of #AC370F
Black with #AC370F
Text Example
Text Example
White with #AC370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC370F; }
p { color: rgb(172,55,15); }
H1.HeaderClassName
{
color: #AC370F;
}
.AnyTagClassName
{
color: #AC370F;
}
</style>
background-color css
<style>
a { background-color: #AC370F; }
a { background-color: rgb(172,55,15); }
div.DivClassName
{
background-color: #AC370F;
}
.BgClassName
{
background-color: #AC370F;
}
</style>
border-color css
<style>
span { border-color: #AC370F; }
span { border-color: rgb(172,55,15); }
td.TdClassName
{
border-color: #AC370F;
}
.TagClassName
{
border-color: #AC370F;
}
</style>