Shades of Rust #AC3303
Tints of Rust #AC3303
RGB
CMYK
RGB Variations
Color information
#AC3303 (or 0xAC3303) is known color: Rust. HEX triplet: AC, 33 and 03. RGB value is (172,51,3). Sum of RGB (Red+Green+Blue) = 172+51+3=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3303 is #53CCFC. Grayscale: #525252. Windows color (decimal): -5491965 or 209836. OLE color: 209836.
HSL color Cylindrical-coordinate representation of color #AC3303: hue angle of 17.04º 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 #AC3303 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.33 |
| HSL | 17.04º | 0.97% | 0.34% | - |
| HSV(B) | 17.04º | 0.98% | 0.67% | - |
| XYZ | 18.21 | 11.14 | 1.28 | - |
| YUV | 81.71 | 83.59 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 3 | 0 | 0.70 | 0.98 | 0.33 | 17.04 | 0.97 | 0.34 |
| Hex | AC | 33 | 3 | 0 | 46 | 62 | 21 | 11 | 61 | 22 |
| Octal | 254 | 63 | 3 | 0 | 106 | 142 | 41 | 21 | 141 | 42 |
| Binary | 10101100 | 110011 | 11 | 0 | 1000110 | 1100010 | 100001 | 10001 | 1100001 | 100010 |
Color Harmonies of #AC3303
Complementary color
Monochromatic Colors of #AC3303
Black with #AC3303
Text Example
Text Example
White with #AC3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3303; }
p { color: rgb(172,51,3); }
H1.HeaderClassName
{
color: #AC3303;
}
.AnyTagClassName
{
color: #AC3303;
}
</style>
background-color css
<style>
a { background-color: #AC3303; }
a { background-color: rgb(172,51,3); }
div.DivClassName
{
background-color: #AC3303;
}
.BgClassName
{
background-color: #AC3303;
}
</style>
border-color css
<style>
span { border-color: #AC3303; }
span { border-color: rgb(172,51,3); }
td.TdClassName
{
border-color: #AC3303;
}
.TagClassName
{
border-color: #AC3303;
}
</style>