Shades of Rust #AC370B
Tints of Rust #AC370B
RGB
CMYK
RGB Variations
Color information
#AC370B (or 0xAC370B) is known color: Rust. HEX triplet: AC, 37 and 0B. RGB value is (172,55,11). Sum of RGB (Red+Green+Blue) = 172+55+11=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC370B is #53C8F4. Grayscale: #555555. Windows color (decimal): -5490933 or 735148. OLE color: 735148.
HSL color Cylindrical-coordinate representation of color #AC370B: hue angle of 16.4º 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 #AC370B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.33 |
| HSL | 16.4º | 0.88% | 0.36% | - |
| HSV(B) | 16.4º | 0.94% | 0.67% | - |
| XYZ | 18.44 | 11.53 | 1.57 | - |
| YUV | 84.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 11 | 0 | 0.68 | 0.94 | 0.33 | 16.4 | 0.88 | 0.36 |
| Hex | AC | 37 | B | 0 | 44 | 5E | 21 | 10 | 58 | 24 |
| Octal | 254 | 67 | 13 | 0 | 104 | 136 | 41 | 20 | 130 | 44 |
| Binary | 10101100 | 110111 | 1011 | 0 | 1000100 | 1011110 | 100001 | 10000 | 1011000 | 100100 |
Color Harmonies of #AC370B
Complementary color
Monochromatic Colors of #AC370B
Black with #AC370B
Text Example
Text Example
White with #AC370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC370B; }
p { color: rgb(172,55,11); }
H1.HeaderClassName
{
color: #AC370B;
}
.AnyTagClassName
{
color: #AC370B;
}
</style>
background-color css
<style>
a { background-color: #AC370B; }
a { background-color: rgb(172,55,11); }
div.DivClassName
{
background-color: #AC370B;
}
.BgClassName
{
background-color: #AC370B;
}
</style>
border-color css
<style>
span { border-color: #AC370B; }
span { border-color: rgb(172,55,11); }
td.TdClassName
{
border-color: #AC370B;
}
.TagClassName
{
border-color: #AC370B;
}
</style>