Shades of Rust #AC450E
Tints of Rust #AC450E
RGB
CMYK
RGB Variations
Color information
#AC450E (or 0xAC450E) is known color: Rust. HEX triplet: AC, 45 and 0E. RGB value is (172,69,14). Sum of RGB (Red+Green+Blue) = 172+69+14=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC450E is #53BAF1. Grayscale: #5D5D5D. Windows color (decimal): -5487346 or 935340. OLE color: 935340.
HSL color Cylindrical-coordinate representation of color #AC450E: hue angle of 20.89º 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 #AC450E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.33 |
| HSL | 20.89º | 0.85% | 0.36% | - |
| HSV(B) | 20.89º | 0.92% | 0.67% | - |
| XYZ | 19.22 | 13.06 | 1.92 | - |
| YUV | 93.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 14 | 0 | 0.60 | 0.92 | 0.33 | 20.89 | 0.85 | 0.36 |
| Hex | AC | 45 | E | 0 | 3C | 5C | 21 | 15 | 55 | 24 |
| Octal | 254 | 105 | 16 | 0 | 74 | 134 | 41 | 25 | 125 | 44 |
| Binary | 10101100 | 1000101 | 1110 | 0 | 111100 | 1011100 | 100001 | 10101 | 1010101 | 100100 |
Color Harmonies of #AC450E
Complementary color
Monochromatic Colors of #AC450E
Black with #AC450E
Text Example
Text Example
White with #AC450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC450E; }
p { color: rgb(172,69,14); }
H1.HeaderClassName
{
color: #AC450E;
}
.AnyTagClassName
{
color: #AC450E;
}
</style>
background-color css
<style>
a { background-color: #AC450E; }
a { background-color: rgb(172,69,14); }
div.DivClassName
{
background-color: #AC450E;
}
.BgClassName
{
background-color: #AC450E;
}
</style>
border-color css
<style>
span { border-color: #AC450E; }
span { border-color: rgb(172,69,14); }
td.TdClassName
{
border-color: #AC450E;
}
.TagClassName
{
border-color: #AC450E;
}
</style>