Shades of Rust #AC4D02
Tints of Rust #AC4D02
RGB
CMYK
RGB Variations
Color information
#AC4D02 (or 0xAC4D02) is known color: Rust. HEX triplet: AC, 4D and 02. RGB value is (172,77,2). Sum of RGB (Red+Green+Blue) = 172+77+2=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D02 is #53B2FD. Grayscale: #616161. Windows color (decimal): -5485310 or 150956. OLE color: 150956.
HSL color Cylindrical-coordinate representation of color #AC4D02: hue angle of 26.47º 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 #AC4D02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.33 |
| HSL | 26.47º | 0.98% | 0.34% | - |
| HSV(B) | 26.47º | 0.99% | 0.67% | - |
| XYZ | 19.68 | 14.08 | 1.74 | - |
| YUV | 96.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 2 | 0 | 0.55 | 0.99 | 0.33 | 26.47 | 0.98 | 0.34 |
| Hex | AC | 4D | 2 | 0 | 37 | 63 | 21 | 1A | 62 | 22 |
| Octal | 254 | 115 | 2 | 0 | 67 | 143 | 41 | 32 | 142 | 42 |
| Binary | 10101100 | 1001101 | 10 | 0 | 110111 | 1100011 | 100001 | 11010 | 1100010 | 100010 |
Color Harmonies of #AC4D02
Complementary color
Monochromatic Colors of #AC4D02
Black with #AC4D02
Text Example
Text Example
White with #AC4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D02; }
p { color: rgb(172,77,2); }
H1.HeaderClassName
{
color: #AC4D02;
}
.AnyTagClassName
{
color: #AC4D02;
}
</style>
background-color css
<style>
a { background-color: #AC4D02; }
a { background-color: rgb(172,77,2); }
div.DivClassName
{
background-color: #AC4D02;
}
.BgClassName
{
background-color: #AC4D02;
}
</style>
border-color css
<style>
span { border-color: #AC4D02; }
span { border-color: rgb(172,77,2); }
td.TdClassName
{
border-color: #AC4D02;
}
.TagClassName
{
border-color: #AC4D02;
}
</style>