Shades of Rust #AC431A
Tints of Rust #AC431A
RGB
CMYK
RGB Variations
Color information
#AC431A (or 0xAC431A) is known color: Rust. HEX triplet: AC, 43 and 1A. RGB value is (172,67,26). Sum of RGB (Red+Green+Blue) = 172+67+26=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC431A is #53BCE5. Grayscale: #5D5D5D. Windows color (decimal): -5487846 or 1721260. OLE color: 1721260.
HSL color Cylindrical-coordinate representation of color #AC431A: hue angle of 16.85º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC431A is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 26 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.33 |
| HSL | 16.85º | 0.74% | 0.39% | - |
| HSV(B) | 16.85º | 0.85% | 0.67% | - |
| XYZ | 19.21 | 12.86 | 2.45 | - |
| YUV | 93.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 26 | 0 | 0.61 | 0.85 | 0.33 | 16.85 | 0.74 | 0.39 |
| Hex | AC | 43 | 1A | 0 | 3D | 55 | 21 | 11 | 4A | 27 |
| Octal | 254 | 103 | 32 | 0 | 75 | 125 | 41 | 21 | 112 | 47 |
| Binary | 10101100 | 1000011 | 11010 | 0 | 111101 | 1010101 | 100001 | 10001 | 1001010 | 100111 |
Color Harmonies of #AC431A
Complementary color
Monochromatic Colors of #AC431A
Black with #AC431A
Text Example
Text Example
White with #AC431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC431A; }
p { color: rgb(172,67,26); }
H1.HeaderClassName
{
color: #AC431A;
}
.AnyTagClassName
{
color: #AC431A;
}
</style>
background-color css
<style>
a { background-color: #AC431A; }
a { background-color: rgb(172,67,26); }
div.DivClassName
{
background-color: #AC431A;
}
.BgClassName
{
background-color: #AC431A;
}
</style>
border-color css
<style>
span { border-color: #AC431A; }
span { border-color: rgb(172,67,26); }
td.TdClassName
{
border-color: #AC431A;
}
.TagClassName
{
border-color: #AC431A;
}
</style>