Shades of Rust #AC4502
Tints of Rust #AC4502
RGB
CMYK
RGB Variations
Color information
#AC4502 (or 0xAC4502) is known color: Rust. HEX triplet: AC, 45 and 02. RGB value is (172,69,2). Sum of RGB (Red+Green+Blue) = 172+69+2=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4502 is #53BAFD. Grayscale: #5C5C5C. Windows color (decimal): -5487358 or 148908. OLE color: 148908.
HSL color Cylindrical-coordinate representation of color #AC4502: hue angle of 23.65º 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 #AC4502 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.33 |
| HSL | 23.65º | 0.98% | 0.34% | - |
| HSV(B) | 23.65º | 0.99% | 0.67% | - |
| XYZ | 19.15 | 13.03 | 1.56 | - |
| YUV | 92.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 2 | 0 | 0.60 | 0.99 | 0.33 | 23.65 | 0.98 | 0.34 |
| Hex | AC | 45 | 2 | 0 | 3C | 63 | 21 | 18 | 62 | 22 |
| Octal | 254 | 105 | 2 | 0 | 74 | 143 | 41 | 30 | 142 | 42 |
| Binary | 10101100 | 1000101 | 10 | 0 | 111100 | 1100011 | 100001 | 11000 | 1100010 | 100010 |
Color Harmonies of #AC4502
Complementary color
Monochromatic Colors of #AC4502
Black with #AC4502
Text Example
Text Example
White with #AC4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4502; }
p { color: rgb(172,69,2); }
H1.HeaderClassName
{
color: #AC4502;
}
.AnyTagClassName
{
color: #AC4502;
}
</style>
background-color css
<style>
a { background-color: #AC4502; }
a { background-color: rgb(172,69,2); }
div.DivClassName
{
background-color: #AC4502;
}
.BgClassName
{
background-color: #AC4502;
}
</style>
border-color css
<style>
span { border-color: #AC4502; }
span { border-color: rgb(172,69,2); }
td.TdClassName
{
border-color: #AC4502;
}
.TagClassName
{
border-color: #AC4502;
}
</style>