Shades of Rust #AC361A
Tints of Rust #AC361A
RGB
CMYK
RGB Variations
Color information
#AC361A (or 0xAC361A) is known color: Rust. HEX triplet: AC, 36 and 1A. RGB value is (172,54,26). Sum of RGB (Red+Green+Blue) = 172+54+26=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC361A is #53C9E5. Grayscale: #565656. Windows color (decimal): -5491174 or 1717932. OLE color: 1717932.
HSL color Cylindrical-coordinate representation of color #AC361A: hue angle of 11.51º 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 #AC361A is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 26 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.33 |
| HSL | 11.51º | 0.74% | 0.39% | - |
| HSV(B) | 11.51º | 0.85% | 0.67% | - |
| XYZ | 18.52 | 11.48 | 2.22 | - |
| YUV | 86.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 26 | 0 | 0.69 | 0.85 | 0.33 | 11.51 | 0.74 | 0.39 |
| Hex | AC | 36 | 1A | 0 | 45 | 55 | 21 | C | 4A | 27 |
| Octal | 254 | 66 | 32 | 0 | 105 | 125 | 41 | 14 | 112 | 47 |
| Binary | 10101100 | 110110 | 11010 | 0 | 1000101 | 1010101 | 100001 | 1100 | 1001010 | 100111 |
Color Harmonies of #AC361A
Complementary color
Monochromatic Colors of #AC361A
Black with #AC361A
Text Example
Text Example
White with #AC361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC361A; }
p { color: rgb(172,54,26); }
H1.HeaderClassName
{
color: #AC361A;
}
.AnyTagClassName
{
color: #AC361A;
}
</style>
background-color css
<style>
a { background-color: #AC361A; }
a { background-color: rgb(172,54,26); }
div.DivClassName
{
background-color: #AC361A;
}
.BgClassName
{
background-color: #AC361A;
}
</style>
border-color css
<style>
span { border-color: #AC361A; }
span { border-color: rgb(172,54,26); }
td.TdClassName
{
border-color: #AC361A;
}
.TagClassName
{
border-color: #AC361A;
}
</style>