Shades of Rust #AC430E
Tints of Rust #AC430E
RGB
CMYK
RGB Variations
Color information
#AC430E (or 0xAC430E) is known color: Rust. HEX triplet: AC, 43 and 0E. RGB value is (172,67,14). Sum of RGB (Red+Green+Blue) = 172+67+14=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC430E is #53BCF1. Grayscale: #5C5C5C. Windows color (decimal): -5487858 or 934828. OLE color: 934828.
HSL color Cylindrical-coordinate representation of color #AC430E: hue angle of 20.13º 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 #AC430E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.33 |
| HSL | 20.13º | 0.85% | 0.36% | - |
| HSV(B) | 20.13º | 0.92% | 0.67% | - |
| XYZ | 19.1 | 12.82 | 1.88 | - |
| YUV | 92.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 14 | 0 | 0.61 | 0.92 | 0.33 | 20.13 | 0.85 | 0.36 |
| Hex | AC | 43 | E | 0 | 3D | 5C | 21 | 14 | 55 | 24 |
| Octal | 254 | 103 | 16 | 0 | 75 | 134 | 41 | 24 | 125 | 44 |
| Binary | 10101100 | 1000011 | 1110 | 0 | 111101 | 1011100 | 100001 | 10100 | 1010101 | 100100 |
Color Harmonies of #AC430E
Complementary color
Monochromatic Colors of #AC430E
Black with #AC430E
Text Example
Text Example
White with #AC430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC430E; }
p { color: rgb(172,67,14); }
H1.HeaderClassName
{
color: #AC430E;
}
.AnyTagClassName
{
color: #AC430E;
}
</style>
background-color css
<style>
a { background-color: #AC430E; }
a { background-color: rgb(172,67,14); }
div.DivClassName
{
background-color: #AC430E;
}
.BgClassName
{
background-color: #AC430E;
}
</style>
border-color css
<style>
span { border-color: #AC430E; }
span { border-color: rgb(172,67,14); }
td.TdClassName
{
border-color: #AC430E;
}
.TagClassName
{
border-color: #AC430E;
}
</style>