Shades of Rust #AC401A
Tints of Rust #AC401A
RGB
CMYK
RGB Variations
Color information
#AC401A (or 0xAC401A) is known color: Rust. HEX triplet: AC, 40 and 1A. RGB value is (172,64,26). Sum of RGB (Red+Green+Blue) = 172+64+26=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC401A is #53BFE5. Grayscale: #5C5C5C. Windows color (decimal): -5488614 or 1720492. OLE color: 1720492.
HSL color Cylindrical-coordinate representation of color #AC401A: hue angle of 15.62º 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 #AC401A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 26 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.33 |
| HSL | 15.62º | 0.74% | 0.39% | - |
| HSV(B) | 15.62º | 0.85% | 0.67% | - |
| XYZ | 19.03 | 12.51 | 2.39 | - |
| YUV | 91.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 26 | 0 | 0.63 | 0.85 | 0.33 | 15.62 | 0.74 | 0.39 |
| Hex | AC | 40 | 1A | 0 | 3F | 55 | 21 | 10 | 4A | 27 |
| Octal | 254 | 100 | 32 | 0 | 77 | 125 | 41 | 20 | 112 | 47 |
| Binary | 10101100 | 1000000 | 11010 | 0 | 111111 | 1010101 | 100001 | 10000 | 1001010 | 100111 |
Color Harmonies of #AC401A
Complementary color
Monochromatic Colors of #AC401A
Black with #AC401A
Text Example
Text Example
White with #AC401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC401A; }
p { color: rgb(172,64,26); }
H1.HeaderClassName
{
color: #AC401A;
}
.AnyTagClassName
{
color: #AC401A;
}
</style>
background-color css
<style>
a { background-color: #AC401A; }
a { background-color: rgb(172,64,26); }
div.DivClassName
{
background-color: #AC401A;
}
.BgClassName
{
background-color: #AC401A;
}
</style>
border-color css
<style>
span { border-color: #AC401A; }
span { border-color: rgb(172,64,26); }
td.TdClassName
{
border-color: #AC401A;
}
.TagClassName
{
border-color: #AC401A;
}
</style>