Shades of Rust #AC371A
Tints of Rust #AC371A
RGB
CMYK
RGB Variations
Color information
#AC371A (or 0xAC371A) is known color: Rust. HEX triplet: AC, 37 and 1A. RGB value is (172,55,26). Sum of RGB (Red+Green+Blue) = 172+55+26=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC371A is #53C8E5. Grayscale: #565656. Windows color (decimal): -5490918 or 1718188. OLE color: 1718188.
HSL color Cylindrical-coordinate representation of color #AC371A: hue angle of 11.92º 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 #AC371A is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 26 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.33 |
| HSL | 11.92º | 0.74% | 0.39% | - |
| HSV(B) | 11.92º | 0.85% | 0.67% | - |
| XYZ | 18.57 | 11.58 | 2.23 | - |
| YUV | 86.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 26 | 0 | 0.68 | 0.85 | 0.33 | 11.92 | 0.74 | 0.39 |
| Hex | AC | 37 | 1A | 0 | 44 | 55 | 21 | C | 4A | 27 |
| Octal | 254 | 67 | 32 | 0 | 104 | 125 | 41 | 14 | 112 | 47 |
| Binary | 10101100 | 110111 | 11010 | 0 | 1000100 | 1010101 | 100001 | 1100 | 1001010 | 100111 |
Color Harmonies of #AC371A
Complementary color
Monochromatic Colors of #AC371A
Black with #AC371A
Text Example
Text Example
White with #AC371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC371A; }
p { color: rgb(172,55,26); }
H1.HeaderClassName
{
color: #AC371A;
}
.AnyTagClassName
{
color: #AC371A;
}
</style>
background-color css
<style>
a { background-color: #AC371A; }
a { background-color: rgb(172,55,26); }
div.DivClassName
{
background-color: #AC371A;
}
.BgClassName
{
background-color: #AC371A;
}
</style>
border-color css
<style>
span { border-color: #AC371A; }
span { border-color: rgb(172,55,26); }
td.TdClassName
{
border-color: #AC371A;
}
.TagClassName
{
border-color: #AC371A;
}
</style>