Shades of Rust #AC431E
Tints of Rust #AC431E
RGB
CMYK
RGB Variations
Color information
#AC431E (or 0xAC431E) is known color: Rust. HEX triplet: AC, 43 and 1E. RGB value is (172,67,30). Sum of RGB (Red+Green+Blue) = 172+67+30=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC431E is #53BCE1. Grayscale: #5E5E5E. Windows color (decimal): -5487842 or 1983404. OLE color: 1983404.
HSL color Cylindrical-coordinate representation of color #AC431E: hue angle of 15.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC431E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 30 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.33 |
| HSL | 15.63º | 0.7% | 0.4% | - |
| HSV(B) | 15.63º | 0.83% | 0.67% | - |
| XYZ | 19.25 | 12.88 | 2.7 | - |
| YUV | 94.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 30 | 0 | 0.61 | 0.83 | 0.33 | 15.63 | 0.7 | 0.4 |
| Hex | AC | 43 | 1E | 0 | 3D | 53 | 21 | 10 | 46 | 28 |
| Octal | 254 | 103 | 36 | 0 | 75 | 123 | 41 | 20 | 106 | 50 |
| Binary | 10101100 | 1000011 | 11110 | 0 | 111101 | 1010011 | 100001 | 10000 | 1000110 | 101000 |
Color Harmonies of #AC431E
Complementary color
Monochromatic Colors of #AC431E
Black with #AC431E
Text Example
Text Example
White with #AC431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC431E; }
p { color: rgb(172,67,30); }
H1.HeaderClassName
{
color: #AC431E;
}
.AnyTagClassName
{
color: #AC431E;
}
</style>
background-color css
<style>
a { background-color: #AC431E; }
a { background-color: rgb(172,67,30); }
div.DivClassName
{
background-color: #AC431E;
}
.BgClassName
{
background-color: #AC431E;
}
</style>
border-color css
<style>
span { border-color: #AC431E; }
span { border-color: rgb(172,67,30); }
td.TdClassName
{
border-color: #AC431E;
}
.TagClassName
{
border-color: #AC431E;
}
</style>