Shades of Rust #AC3902
Tints of Rust #AC3902
RGB
CMYK
RGB Variations
Color information
#AC3902 (or 0xAC3902) is known color: Rust. HEX triplet: AC, 39 and 02. RGB value is (172,57,2). Sum of RGB (Red+Green+Blue) = 172+57+2=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3902 is #53C6FD. Grayscale: #555555. Windows color (decimal): -5490430 or 145836. OLE color: 145836.
HSL color Cylindrical-coordinate representation of color #AC3902: hue angle of 19.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC3902 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.33 |
| HSL | 19.41º | 0.98% | 0.34% | - |
| HSV(B) | 19.41º | 0.99% | 0.67% | - |
| XYZ | 18.49 | 11.7 | 1.34 | - |
| YUV | 85.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 2 | 0 | 0.67 | 0.99 | 0.33 | 19.41 | 0.98 | 0.34 |
| Hex | AC | 39 | 2 | 0 | 43 | 63 | 21 | 13 | 62 | 22 |
| Octal | 254 | 71 | 2 | 0 | 103 | 143 | 41 | 23 | 142 | 42 |
| Binary | 10101100 | 111001 | 10 | 0 | 1000011 | 1100011 | 100001 | 10011 | 1100010 | 100010 |
Color Harmonies of #AC3902
Complementary color
Monochromatic Colors of #AC3902
Black with #AC3902
Text Example
Text Example
White with #AC3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3902; }
p { color: rgb(172,57,2); }
H1.HeaderClassName
{
color: #AC3902;
}
.AnyTagClassName
{
color: #AC3902;
}
</style>
background-color css
<style>
a { background-color: #AC3902; }
a { background-color: rgb(172,57,2); }
div.DivClassName
{
background-color: #AC3902;
}
.BgClassName
{
background-color: #AC3902;
}
</style>
border-color css
<style>
span { border-color: #AC3902; }
span { border-color: rgb(172,57,2); }
td.TdClassName
{
border-color: #AC3902;
}
.TagClassName
{
border-color: #AC3902;
}
</style>