Shades of Rust #AC351C
Tints of Rust #AC351C
RGB
CMYK
RGB Variations
Color information
#AC351C (or 0xAC351C) is known color: Rust. HEX triplet: AC, 35 and 1C. RGB value is (172,53,28). Sum of RGB (Red+Green+Blue) = 172+53+28=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC351C is #53CAE3. Grayscale: #555555. Windows color (decimal): -5491428 or 1848748. OLE color: 1848748.
HSL color Cylindrical-coordinate representation of color #AC351C: hue angle of 10.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC351C is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 28 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.33 |
| HSL | 10.42º | 0.72% | 0.39% | - |
| HSV(B) | 10.42º | 0.84% | 0.67% | - |
| XYZ | 18.5 | 11.4 | 2.32 | - |
| YUV | 85.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 28 | 0 | 0.69 | 0.84 | 0.33 | 10.42 | 0.72 | 0.39 |
| Hex | AC | 35 | 1C | 0 | 45 | 54 | 21 | A | 48 | 27 |
| Octal | 254 | 65 | 34 | 0 | 105 | 124 | 41 | 12 | 110 | 47 |
| Binary | 10101100 | 110101 | 11100 | 0 | 1000101 | 1010100 | 100001 | 1010 | 1001000 | 100111 |
Color Harmonies of #AC351C
Complementary color
Monochromatic Colors of #AC351C
Black with #AC351C
Text Example
Text Example
White with #AC351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC351C; }
p { color: rgb(172,53,28); }
H1.HeaderClassName
{
color: #AC351C;
}
.AnyTagClassName
{
color: #AC351C;
}
</style>
background-color css
<style>
a { background-color: #AC351C; }
a { background-color: rgb(172,53,28); }
div.DivClassName
{
background-color: #AC351C;
}
.BgClassName
{
background-color: #AC351C;
}
</style>
border-color css
<style>
span { border-color: #AC351C; }
span { border-color: rgb(172,53,28); }
td.TdClassName
{
border-color: #AC351C;
}
.TagClassName
{
border-color: #AC351C;
}
</style>