Shades of Rust #AC421E
Tints of Rust #AC421E
RGB
CMYK
RGB Variations
Color information
#AC421E (or 0xAC421E) is known color: Rust. HEX triplet: AC, 42 and 1E. RGB value is (172,66,30). Sum of RGB (Red+Green+Blue) = 172+66+30=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC421E is #53BDE1. Grayscale: #5D5D5D. Windows color (decimal): -5488098 or 1983148. OLE color: 1983148.
HSL color Cylindrical-coordinate representation of color #AC421E: hue angle of 15.21º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC421E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 30 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.33 |
| HSL | 15.21º | 0.7% | 0.4% | - |
| HSV(B) | 15.21º | 0.83% | 0.67% | - |
| XYZ | 19.2 | 12.76 | 2.68 | - |
| YUV | 93.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 30 | 0 | 0.62 | 0.83 | 0.33 | 15.21 | 0.7 | 0.4 |
| Hex | AC | 42 | 1E | 0 | 3E | 53 | 21 | F | 46 | 28 |
| Octal | 254 | 102 | 36 | 0 | 76 | 123 | 41 | 17 | 106 | 50 |
| Binary | 10101100 | 1000010 | 11110 | 0 | 111110 | 1010011 | 100001 | 1111 | 1000110 | 101000 |
Color Harmonies of #AC421E
Complementary color
Monochromatic Colors of #AC421E
Black with #AC421E
Text Example
Text Example
White with #AC421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC421E; }
p { color: rgb(172,66,30); }
H1.HeaderClassName
{
color: #AC421E;
}
.AnyTagClassName
{
color: #AC421E;
}
</style>
background-color css
<style>
a { background-color: #AC421E; }
a { background-color: rgb(172,66,30); }
div.DivClassName
{
background-color: #AC421E;
}
.BgClassName
{
background-color: #AC421E;
}
</style>
border-color css
<style>
span { border-color: #AC421E; }
span { border-color: rgb(172,66,30); }
td.TdClassName
{
border-color: #AC421E;
}
.TagClassName
{
border-color: #AC421E;
}
</style>