Shades of Rust #AC3702
Tints of Rust #AC3702
RGB
CMYK
RGB Variations
Color information
#AC3702 (or 0xAC3702) is known color: Rust. HEX triplet: AC, 37 and 02. RGB value is (172,55,2). Sum of RGB (Red+Green+Blue) = 172+55+2=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3702 is #53C8FD. Grayscale: #545454. Windows color (decimal): -5490942 or 145324. OLE color: 145324.
HSL color Cylindrical-coordinate representation of color #AC3702: hue angle of 18.71º 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 #AC3702 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.33 |
| HSL | 18.71º | 0.98% | 0.34% | - |
| HSV(B) | 18.71º | 0.99% | 0.67% | - |
| XYZ | 18.39 | 11.51 | 1.31 | - |
| YUV | 83.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 2 | 0 | 0.68 | 0.99 | 0.33 | 18.71 | 0.98 | 0.34 |
| Hex | AC | 37 | 2 | 0 | 44 | 63 | 21 | 13 | 62 | 22 |
| Octal | 254 | 67 | 2 | 0 | 104 | 143 | 41 | 23 | 142 | 42 |
| Binary | 10101100 | 110111 | 10 | 0 | 1000100 | 1100011 | 100001 | 10011 | 1100010 | 100010 |
Color Harmonies of #AC3702
Complementary color
Monochromatic Colors of #AC3702
Black with #AC3702
Text Example
Text Example
White with #AC3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3702; }
p { color: rgb(172,55,2); }
H1.HeaderClassName
{
color: #AC3702;
}
.AnyTagClassName
{
color: #AC3702;
}
</style>
background-color css
<style>
a { background-color: #AC3702; }
a { background-color: rgb(172,55,2); }
div.DivClassName
{
background-color: #AC3702;
}
.BgClassName
{
background-color: #AC3702;
}
</style>
border-color css
<style>
span { border-color: #AC3702; }
span { border-color: rgb(172,55,2); }
td.TdClassName
{
border-color: #AC3702;
}
.TagClassName
{
border-color: #AC3702;
}
</style>