Shades of Rust #AC400C
Tints of Rust #AC400C
RGB
CMYK
RGB Variations
Color information
#AC400C (or 0xAC400C) is known color: Rust. HEX triplet: AC, 40 and 0C. RGB value is (172,64,12). Sum of RGB (Red+Green+Blue) = 172+64+12=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC400C is #53BFF3. Grayscale: #5A5A5A. Windows color (decimal): -5488628 or 802988. OLE color: 802988.
HSL color Cylindrical-coordinate representation of color #AC400C: hue angle of 19.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC400C is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 12 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.33 |
| HSL | 19.5º | 0.87% | 0.36% | - |
| HSV(B) | 19.5º | 0.93% | 0.67% | - |
| XYZ | 18.91 | 12.46 | 1.76 | - |
| YUV | 90.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 12 | 0 | 0.63 | 0.93 | 0.33 | 19.5 | 0.87 | 0.36 |
| Hex | AC | 40 | C | 0 | 3F | 5D | 21 | 14 | 57 | 24 |
| Octal | 254 | 100 | 14 | 0 | 77 | 135 | 41 | 24 | 127 | 44 |
| Binary | 10101100 | 1000000 | 1100 | 0 | 111111 | 1011101 | 100001 | 10100 | 1010111 | 100100 |
Color Harmonies of #AC400C
Complementary color
Monochromatic Colors of #AC400C
Black with #AC400C
Text Example
Text Example
White with #AC400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC400C; }
p { color: rgb(172,64,12); }
H1.HeaderClassName
{
color: #AC400C;
}
.AnyTagClassName
{
color: #AC400C;
}
</style>
background-color css
<style>
a { background-color: #AC400C; }
a { background-color: rgb(172,64,12); }
div.DivClassName
{
background-color: #AC400C;
}
.BgClassName
{
background-color: #AC400C;
}
</style>
border-color css
<style>
span { border-color: #AC400C; }
span { border-color: rgb(172,64,12); }
td.TdClassName
{
border-color: #AC400C;
}
.TagClassName
{
border-color: #AC400C;
}
</style>