Shades of Rust #AC430B
Tints of Rust #AC430B
RGB
CMYK
RGB Variations
Color information
#AC430B (or 0xAC430B) is known color: Rust. HEX triplet: AC, 43 and 0B. RGB value is (172,67,11). Sum of RGB (Red+Green+Blue) = 172+67+11=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC430B is #53BCF4. Grayscale: #5C5C5C. Windows color (decimal): -5487861 or 738220. OLE color: 738220.
HSL color Cylindrical-coordinate representation of color #AC430B: hue angle of 20.87º degrees, saturation: 0.88, 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 #AC430B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.33 |
| HSL | 20.87º | 0.88% | 0.36% | - |
| HSV(B) | 20.87º | 0.94% | 0.67% | - |
| XYZ | 19.08 | 12.81 | 1.78 | - |
| YUV | 92.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 11 | 0 | 0.61 | 0.94 | 0.33 | 20.87 | 0.88 | 0.36 |
| Hex | AC | 43 | B | 0 | 3D | 5E | 21 | 15 | 58 | 24 |
| Octal | 254 | 103 | 13 | 0 | 75 | 136 | 41 | 25 | 130 | 44 |
| Binary | 10101100 | 1000011 | 1011 | 0 | 111101 | 1011110 | 100001 | 10101 | 1011000 | 100100 |
Color Harmonies of #AC430B
Complementary color
Monochromatic Colors of #AC430B
Black with #AC430B
Text Example
Text Example
White with #AC430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC430B; }
p { color: rgb(172,67,11); }
H1.HeaderClassName
{
color: #AC430B;
}
.AnyTagClassName
{
color: #AC430B;
}
</style>
background-color css
<style>
a { background-color: #AC430B; }
a { background-color: rgb(172,67,11); }
div.DivClassName
{
background-color: #AC430B;
}
.BgClassName
{
background-color: #AC430B;
}
</style>
border-color css
<style>
span { border-color: #AC430B; }
span { border-color: rgb(172,67,11); }
td.TdClassName
{
border-color: #AC430B;
}
.TagClassName
{
border-color: #AC430B;
}
</style>