Shades of Rust #AC2502
Tints of Rust #AC2502
RGB
CMYK
RGB Variations
Color information
#AC2502 (or 0xAC2502) is known color: Rust. HEX triplet: AC, 25 and 02. RGB value is (172,37,2). Sum of RGB (Red+Green+Blue) = 172+37+2=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2502 is #53DAFD. Grayscale: #494949. Windows color (decimal): -5495550 or 140716. OLE color: 140716.
HSL color Cylindrical-coordinate representation of color #AC2502: hue angle of 12.35º 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 #AC2502 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.33 |
| HSL | 12.35º | 0.98% | 0.34% | - |
| HSV(B) | 12.35º | 0.99% | 0.67% | - |
| XYZ | 17.69 | 10.1 | 1.07 | - |
| YUV | 73.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 2 | 0 | 0.78 | 0.99 | 0.33 | 12.35 | 0.98 | 0.34 |
| Hex | AC | 25 | 2 | 0 | 4E | 63 | 21 | C | 62 | 22 |
| Octal | 254 | 45 | 2 | 0 | 116 | 143 | 41 | 14 | 142 | 42 |
| Binary | 10101100 | 100101 | 10 | 0 | 1001110 | 1100011 | 100001 | 1100 | 1100010 | 100010 |
Color Harmonies of #AC2502
Complementary color
Monochromatic Colors of #AC2502
Black with #AC2502
Text Example
Text Example
White with #AC2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2502; }
p { color: rgb(172,37,2); }
H1.HeaderClassName
{
color: #AC2502;
}
.AnyTagClassName
{
color: #AC2502;
}
</style>
background-color css
<style>
a { background-color: #AC2502; }
a { background-color: rgb(172,37,2); }
div.DivClassName
{
background-color: #AC2502;
}
.BgClassName
{
background-color: #AC2502;
}
</style>
border-color css
<style>
span { border-color: #AC2502; }
span { border-color: rgb(172,37,2); }
td.TdClassName
{
border-color: #AC2502;
}
.TagClassName
{
border-color: #AC2502;
}
</style>