Shades of Rust #AC450C
Tints of Rust #AC450C
RGB
CMYK
RGB Variations
Color information
#AC450C (or 0xAC450C) is known color: Rust. HEX triplet: AC, 45 and 0C. RGB value is (172,69,12). Sum of RGB (Red+Green+Blue) = 172+69+12=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC450C is #53BAF3. Grayscale: #5D5D5D. Windows color (decimal): -5487348 or 804268. OLE color: 804268.
HSL color Cylindrical-coordinate representation of color #AC450C: hue angle of 21.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC450C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 12 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.33 |
| HSL | 21.38º | 0.87% | 0.36% | - |
| HSV(B) | 21.38º | 0.93% | 0.67% | - |
| XYZ | 19.21 | 13.05 | 1.86 | - |
| YUV | 93.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 12 | 0 | 0.60 | 0.93 | 0.33 | 21.38 | 0.87 | 0.36 |
| Hex | AC | 45 | C | 0 | 3C | 5D | 21 | 15 | 57 | 24 |
| Octal | 254 | 105 | 14 | 0 | 74 | 135 | 41 | 25 | 127 | 44 |
| Binary | 10101100 | 1000101 | 1100 | 0 | 111100 | 1011101 | 100001 | 10101 | 1010111 | 100100 |
Color Harmonies of #AC450C
Complementary color
Monochromatic Colors of #AC450C
Black with #AC450C
Text Example
Text Example
White with #AC450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC450C; }
p { color: rgb(172,69,12); }
H1.HeaderClassName
{
color: #AC450C;
}
.AnyTagClassName
{
color: #AC450C;
}
</style>
background-color css
<style>
a { background-color: #AC450C; }
a { background-color: rgb(172,69,12); }
div.DivClassName
{
background-color: #AC450C;
}
.BgClassName
{
background-color: #AC450C;
}
</style>
border-color css
<style>
span { border-color: #AC450C; }
span { border-color: rgb(172,69,12); }
td.TdClassName
{
border-color: #AC450C;
}
.TagClassName
{
border-color: #AC450C;
}
</style>