Shades of Rust #AC2303
Tints of Rust #AC2303
RGB
CMYK
RGB Variations
Color information
#AC2303 (or 0xAC2303) is known color: Rust. HEX triplet: AC, 23 and 03. RGB value is (172,35,3). Sum of RGB (Red+Green+Blue) = 172+35+3=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2303 is #53DCFC. Grayscale: #484848. Windows color (decimal): -5496061 or 205740. OLE color: 205740.
HSL color Cylindrical-coordinate representation of color #AC2303: hue angle of 11.36º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC2303 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.33 |
| HSL | 11.36º | 0.97% | 0.34% | - |
| HSV(B) | 11.36º | 0.98% | 0.67% | - |
| XYZ | 17.63 | 9.98 | 1.08 | - |
| YUV | 72.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 3 | 0 | 0.80 | 0.98 | 0.33 | 11.36 | 0.97 | 0.34 |
| Hex | AC | 23 | 3 | 0 | 50 | 62 | 21 | B | 61 | 22 |
| Octal | 254 | 43 | 3 | 0 | 120 | 142 | 41 | 13 | 141 | 42 |
| Binary | 10101100 | 100011 | 11 | 0 | 1010000 | 1100010 | 100001 | 1011 | 1100001 | 100010 |
Color Harmonies of #AC2303
Complementary color
Monochromatic Colors of #AC2303
Black with #AC2303
Text Example
Text Example
White with #AC2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2303; }
p { color: rgb(172,35,3); }
H1.HeaderClassName
{
color: #AC2303;
}
.AnyTagClassName
{
color: #AC2303;
}
</style>
background-color css
<style>
a { background-color: #AC2303; }
a { background-color: rgb(172,35,3); }
div.DivClassName
{
background-color: #AC2303;
}
.BgClassName
{
background-color: #AC2303;
}
</style>
border-color css
<style>
span { border-color: #AC2303; }
span { border-color: rgb(172,35,3); }
td.TdClassName
{
border-color: #AC2303;
}
.TagClassName
{
border-color: #AC2303;
}
</style>