Shades of Rust #AC4003
Tints of Rust #AC4003
RGB
CMYK
RGB Variations
Color information
#AC4003 (or 0xAC4003) is known color: Rust. HEX triplet: AC, 40 and 03. RGB value is (172,64,3). Sum of RGB (Red+Green+Blue) = 172+64+3=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4003 is #53BFFC. Grayscale: #595959. Windows color (decimal): -5488637 or 213164. OLE color: 213164.
HSL color Cylindrical-coordinate representation of color #AC4003: hue angle of 21.66º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC4003 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.33 |
| HSL | 21.66º | 0.97% | 0.34% | - |
| HSV(B) | 21.66º | 0.98% | 0.67% | - |
| XYZ | 18.86 | 12.44 | 1.49 | - |
| YUV | 89.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 3 | 0 | 0.63 | 0.98 | 0.33 | 21.66 | 0.97 | 0.34 |
| Hex | AC | 40 | 3 | 0 | 3F | 62 | 21 | 16 | 61 | 22 |
| Octal | 254 | 100 | 3 | 0 | 77 | 142 | 41 | 26 | 141 | 42 |
| Binary | 10101100 | 1000000 | 11 | 0 | 111111 | 1100010 | 100001 | 10110 | 1100001 | 100010 |
Color Harmonies of #AC4003
Complementary color
Monochromatic Colors of #AC4003
Black with #AC4003
Text Example
Text Example
White with #AC4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4003; }
p { color: rgb(172,64,3); }
H1.HeaderClassName
{
color: #AC4003;
}
.AnyTagClassName
{
color: #AC4003;
}
</style>
background-color css
<style>
a { background-color: #AC4003; }
a { background-color: rgb(172,64,3); }
div.DivClassName
{
background-color: #AC4003;
}
.BgClassName
{
background-color: #AC4003;
}
</style>
border-color css
<style>
span { border-color: #AC4003; }
span { border-color: rgb(172,64,3); }
td.TdClassName
{
border-color: #AC4003;
}
.TagClassName
{
border-color: #AC4003;
}
</style>