Shades of Rust #AC430A
Tints of Rust #AC430A
RGB
CMYK
RGB Variations
Color information
#AC430A (or 0xAC430A) is known color: Rust. HEX triplet: AC, 43 and 0A. RGB value is (172,67,10). Sum of RGB (Red+Green+Blue) = 172+67+10=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC430A is #53BCF5. Grayscale: #5C5C5C. Windows color (decimal): -5487862 or 672684. OLE color: 672684.
HSL color Cylindrical-coordinate representation of color #AC430A: hue angle of 21.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC430A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.33 |
| HSL | 21.11º | 0.89% | 0.36% | - |
| HSV(B) | 21.11º | 0.94% | 0.67% | - |
| XYZ | 19.08 | 12.81 | 1.75 | - |
| YUV | 91.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 10 | 0 | 0.61 | 0.94 | 0.33 | 21.11 | 0.89 | 0.36 |
| Hex | AC | 43 | A | 0 | 3D | 5E | 21 | 15 | 59 | 24 |
| Octal | 254 | 103 | 12 | 0 | 75 | 136 | 41 | 25 | 131 | 44 |
| Binary | 10101100 | 1000011 | 1010 | 0 | 111101 | 1011110 | 100001 | 10101 | 1011001 | 100100 |
Color Harmonies of #AC430A
Complementary color
Monochromatic Colors of #AC430A
Black with #AC430A
Text Example
Text Example
White with #AC430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC430A; }
p { color: rgb(172,67,10); }
H1.HeaderClassName
{
color: #AC430A;
}
.AnyTagClassName
{
color: #AC430A;
}
</style>
background-color css
<style>
a { background-color: #AC430A; }
a { background-color: rgb(172,67,10); }
div.DivClassName
{
background-color: #AC430A;
}
.BgClassName
{
background-color: #AC430A;
}
</style>
border-color css
<style>
span { border-color: #AC430A; }
span { border-color: rgb(172,67,10); }
td.TdClassName
{
border-color: #AC430A;
}
.TagClassName
{
border-color: #AC430A;
}
</style>