Shades of Rust #AC400E
Tints of Rust #AC400E
RGB
CMYK
RGB Variations
Color information
#AC400E (or 0xAC400E) is known color: Rust. HEX triplet: AC, 40 and 0E. RGB value is (172,64,14). Sum of RGB (Red+Green+Blue) = 172+64+14=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC400E is #53BFF1. Grayscale: #5A5A5A. Windows color (decimal): -5488626 or 934060. OLE color: 934060.
HSL color Cylindrical-coordinate representation of color #AC400E: hue angle of 18.99º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC400E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.33 |
| HSL | 18.99º | 0.85% | 0.36% | - |
| HSV(B) | 18.99º | 0.92% | 0.67% | - |
| XYZ | 18.93 | 12.47 | 1.82 | - |
| YUV | 90.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 14 | 0 | 0.63 | 0.92 | 0.33 | 18.99 | 0.85 | 0.36 |
| Hex | AC | 40 | E | 0 | 3F | 5C | 21 | 13 | 55 | 24 |
| Octal | 254 | 100 | 16 | 0 | 77 | 134 | 41 | 23 | 125 | 44 |
| Binary | 10101100 | 1000000 | 1110 | 0 | 111111 | 1011100 | 100001 | 10011 | 1010101 | 100100 |
Color Harmonies of #AC400E
Complementary color
Monochromatic Colors of #AC400E
Black with #AC400E
Text Example
Text Example
White with #AC400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC400E; }
p { color: rgb(172,64,14); }
H1.HeaderClassName
{
color: #AC400E;
}
.AnyTagClassName
{
color: #AC400E;
}
</style>
background-color css
<style>
a { background-color: #AC400E; }
a { background-color: rgb(172,64,14); }
div.DivClassName
{
background-color: #AC400E;
}
.BgClassName
{
background-color: #AC400E;
}
</style>
border-color css
<style>
span { border-color: #AC400E; }
span { border-color: rgb(172,64,14); }
td.TdClassName
{
border-color: #AC400E;
}
.TagClassName
{
border-color: #AC400E;
}
</style>