Shades of Rust #AC4B04
Tints of Rust #AC4B04
RGB
CMYK
RGB Variations
Color information
#AC4B04 (or 0xAC4B04) is known color: Rust. HEX triplet: AC, 4B and 04. RGB value is (172,75,4). Sum of RGB (Red+Green+Blue) = 172+75+4=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4B04 is #53B4FB. Grayscale: #606060. Windows color (decimal): -5485820 or 281516. OLE color: 281516.
HSL color Cylindrical-coordinate representation of color #AC4B04: hue angle of 25.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC4B04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.33 |
| HSL | 25.36º | 0.95% | 0.35% | - |
| HSV(B) | 25.36º | 0.98% | 0.67% | - |
| XYZ | 19.55 | 13.81 | 1.75 | - |
| YUV | 95.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 4 | 0 | 0.56 | 0.98 | 0.33 | 25.36 | 0.95 | 0.35 |
| Hex | AC | 4B | 4 | 0 | 38 | 62 | 21 | 19 | 5F | 23 |
| Octal | 254 | 113 | 4 | 0 | 70 | 142 | 41 | 31 | 137 | 43 |
| Binary | 10101100 | 1001011 | 100 | 0 | 111000 | 1100010 | 100001 | 11001 | 1011111 | 100011 |
Color Harmonies of #AC4B04
Complementary color
Monochromatic Colors of #AC4B04
Black with #AC4B04
Text Example
Text Example
White with #AC4B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B04; }
p { color: rgb(172,75,4); }
H1.HeaderClassName
{
color: #AC4B04;
}
.AnyTagClassName
{
color: #AC4B04;
}
</style>
background-color css
<style>
a { background-color: #AC4B04; }
a { background-color: rgb(172,75,4); }
div.DivClassName
{
background-color: #AC4B04;
}
.BgClassName
{
background-color: #AC4B04;
}
</style>
border-color css
<style>
span { border-color: #AC4B04; }
span { border-color: rgb(172,75,4); }
td.TdClassName
{
border-color: #AC4B04;
}
.TagClassName
{
border-color: #AC4B04;
}
</style>