Shades of Rust #AC4601
Tints of Rust #AC4601
RGB
CMYK
RGB Variations
Color information
#AC4601 (or 0xAC4601) is known color: Rust. HEX triplet: AC, 46 and 01. RGB value is (172,70,1). Sum of RGB (Red+Green+Blue) = 172+70+1=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4601 is #53B9FE. Grayscale: #5D5D5D. Windows color (decimal): -5487103 or 83628. OLE color: 83628.
HSL color Cylindrical-coordinate representation of color #AC4601: hue angle of 24.21º degrees, saturation: 0.99, 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 #AC4601 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.33 |
| HSL | 24.21º | 0.99% | 0.34% | - |
| HSV(B) | 24.21º | 0.99% | 0.67% | - |
| XYZ | 19.21 | 13.15 | 1.56 | - |
| YUV | 92.63 | 76.29 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 1 | 0 | 0.59 | 0.99 | 0.33 | 24.21 | 0.99 | 0.34 |
| Hex | AC | 46 | 1 | 0 | 3B | 63 | 21 | 18 | 63 | 22 |
| Octal | 254 | 106 | 1 | 0 | 73 | 143 | 41 | 30 | 143 | 42 |
| Binary | 10101100 | 1000110 | 1 | 0 | 111011 | 1100011 | 100001 | 11000 | 1100011 | 100010 |
Color Harmonies of #AC4601
Complementary color
Monochromatic Colors of #AC4601
Black with #AC4601
Text Example
Text Example
White with #AC4601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4601; }
p { color: rgb(172,70,1); }
H1.HeaderClassName
{
color: #AC4601;
}
.AnyTagClassName
{
color: #AC4601;
}
</style>
background-color css
<style>
a { background-color: #AC4601; }
a { background-color: rgb(172,70,1); }
div.DivClassName
{
background-color: #AC4601;
}
.BgClassName
{
background-color: #AC4601;
}
</style>
border-color css
<style>
span { border-color: #AC4601; }
span { border-color: rgb(172,70,1); }
td.TdClassName
{
border-color: #AC4601;
}
.TagClassName
{
border-color: #AC4601;
}
</style>