Shades of Rust #AC2B03
Tints of Rust #AC2B03
RGB
CMYK
RGB Variations
Color information
#AC2B03 (or 0xAC2B03) is known color: Rust. HEX triplet: AC, 2B and 03. RGB value is (172,43,3). Sum of RGB (Red+Green+Blue) = 172+43+3=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B03 is #53D4FC. Grayscale: #4D4D4D. Windows color (decimal): -5494013 or 207788. OLE color: 207788.
HSL color Cylindrical-coordinate representation of color #AC2B03: hue angle of 14.2º 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 #AC2B03 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.33 |
| HSL | 14.2º | 0.97% | 0.34% | - |
| HSV(B) | 14.2º | 0.98% | 0.67% | - |
| XYZ | 17.89 | 10.5 | 1.17 | - |
| YUV | 77.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 3 | 0 | 0.75 | 0.98 | 0.33 | 14.2 | 0.97 | 0.34 |
| Hex | AC | 2B | 3 | 0 | 4B | 62 | 21 | E | 61 | 22 |
| Octal | 254 | 53 | 3 | 0 | 113 | 142 | 41 | 16 | 141 | 42 |
| Binary | 10101100 | 101011 | 11 | 0 | 1001011 | 1100010 | 100001 | 1110 | 1100001 | 100010 |
Color Harmonies of #AC2B03
Complementary color
Monochromatic Colors of #AC2B03
Black with #AC2B03
Text Example
Text Example
White with #AC2B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B03; }
p { color: rgb(172,43,3); }
H1.HeaderClassName
{
color: #AC2B03;
}
.AnyTagClassName
{
color: #AC2B03;
}
</style>
background-color css
<style>
a { background-color: #AC2B03; }
a { background-color: rgb(172,43,3); }
div.DivClassName
{
background-color: #AC2B03;
}
.BgClassName
{
background-color: #AC2B03;
}
</style>
border-color css
<style>
span { border-color: #AC2B03; }
span { border-color: rgb(172,43,3); }
td.TdClassName
{
border-color: #AC2B03;
}
.TagClassName
{
border-color: #AC2B03;
}
</style>