Shades of Rust #AC3B02
Tints of Rust #AC3B02
RGB
CMYK
RGB Variations
Color information
#AC3B02 (or 0xAC3B02) is known color: Rust. HEX triplet: AC, 3B and 02. RGB value is (172,59,2). Sum of RGB (Red+Green+Blue) = 172+59+2=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B02 is #53C4FD. Grayscale: #565656. Windows color (decimal): -5489918 or 146348. OLE color: 146348.
HSL color Cylindrical-coordinate representation of color #AC3B02: hue angle of 20.12º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC3B02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 59 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.33 |
| HSL | 20.12º | 0.98% | 0.34% | - |
| HSV(B) | 20.12º | 0.99% | 0.67% | - |
| XYZ | 18.59 | 11.9 | 1.38 | - |
| YUV | 86.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 2 | 0 | 0.66 | 0.99 | 0.33 | 20.12 | 0.98 | 0.34 |
| Hex | AC | 3B | 2 | 0 | 42 | 63 | 21 | 14 | 62 | 22 |
| Octal | 254 | 73 | 2 | 0 | 102 | 143 | 41 | 24 | 142 | 42 |
| Binary | 10101100 | 111011 | 10 | 0 | 1000010 | 1100011 | 100001 | 10100 | 1100010 | 100010 |
Color Harmonies of #AC3B02
Complementary color
Monochromatic Colors of #AC3B02
Black with #AC3B02
Text Example
Text Example
White with #AC3B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3B02; }
p { color: rgb(172,59,2); }
H1.HeaderClassName
{
color: #AC3B02;
}
.AnyTagClassName
{
color: #AC3B02;
}
</style>
background-color css
<style>
a { background-color: #AC3B02; }
a { background-color: rgb(172,59,2); }
div.DivClassName
{
background-color: #AC3B02;
}
.BgClassName
{
background-color: #AC3B02;
}
</style>
border-color css
<style>
span { border-color: #AC3B02; }
span { border-color: rgb(172,59,2); }
td.TdClassName
{
border-color: #AC3B02;
}
.TagClassName
{
border-color: #AC3B02;
}
</style>