Shades of Rust #AC420F
Tints of Rust #AC420F
RGB
CMYK
RGB Variations
Color information
#AC420F (or 0xAC420F) is known color: Rust. HEX triplet: AC, 42 and 0F. RGB value is (172,66,15). Sum of RGB (Red+Green+Blue) = 172+66+15=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC420F is #53BDF0. Grayscale: #5C5C5C. Windows color (decimal): -5488113 or 1000108. OLE color: 1000108.
HSL color Cylindrical-coordinate representation of color #AC420F: hue angle of 19.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC420F is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 15 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.33 |
| HSL | 19.49º | 0.84% | 0.37% | - |
| HSV(B) | 19.49º | 0.91% | 0.67% | - |
| XYZ | 19.05 | 12.7 | 1.9 | - |
| YUV | 91.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 15 | 0 | 0.62 | 0.91 | 0.33 | 19.49 | 0.84 | 0.37 |
| Hex | AC | 42 | F | 0 | 3E | 5B | 21 | 13 | 54 | 25 |
| Octal | 254 | 102 | 17 | 0 | 76 | 133 | 41 | 23 | 124 | 45 |
| Binary | 10101100 | 1000010 | 1111 | 0 | 111110 | 1011011 | 100001 | 10011 | 1010100 | 100101 |
Color Harmonies of #AC420F
Complementary color
Monochromatic Colors of #AC420F
Black with #AC420F
Text Example
Text Example
White with #AC420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC420F; }
p { color: rgb(172,66,15); }
H1.HeaderClassName
{
color: #AC420F;
}
.AnyTagClassName
{
color: #AC420F;
}
</style>
background-color css
<style>
a { background-color: #AC420F; }
a { background-color: rgb(172,66,15); }
div.DivClassName
{
background-color: #AC420F;
}
.BgClassName
{
background-color: #AC420F;
}
</style>
border-color css
<style>
span { border-color: #AC420F; }
span { border-color: rgb(172,66,15); }
td.TdClassName
{
border-color: #AC420F;
}
.TagClassName
{
border-color: #AC420F;
}
</style>