Shades of Rust #A32902
Tints of Rust #A32902
RGB
CMYK
RGB Variations
Color information
#A32902 (or 0xA32902) is known color: Rust. HEX triplet: A3, 29 and 02. RGB value is (163,41,2). Sum of RGB (Red+Green+Blue) = 163+41+2=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A32902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32902 is #5CD6FD. Grayscale: #494949. Windows color (decimal): -6084350 or 141731. OLE color: 141731.
HSL color Cylindrical-coordinate representation of color #A32902: hue angle of 14.53º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A32902 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.36 |
| HSL | 14.53º | 0.98% | 0.32% | - |
| HSV(B) | 14.53º | 0.99% | 0.64% | - |
| XYZ | 15.91 | 9.38 | 1.03 | - |
| YUV | 73.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 2 | 0 | 0.75 | 0.99 | 0.36 | 14.53 | 0.98 | 0.32 |
| Hex | A3 | 29 | 2 | 0 | 4B | 63 | 24 | F | 62 | 20 |
| Octal | 243 | 51 | 2 | 0 | 113 | 143 | 44 | 17 | 142 | 40 |
| Binary | 10100011 | 101001 | 10 | 0 | 1001011 | 1100011 | 100100 | 1111 | 1100010 | 100000 |
Color Harmonies of #A32902
Complementary color
Monochromatic Colors of #A32902
Black with #A32902
Text Example
Text Example
White with #A32902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32902; }
p { color: rgb(163,41,2); }
H1.HeaderClassName
{
color: #A32902;
}
.AnyTagClassName
{
color: #A32902;
}
</style>
background-color css
<style>
a { background-color: #A32902; }
a { background-color: rgb(163,41,2); }
div.DivClassName
{
background-color: #A32902;
}
.BgClassName
{
background-color: #A32902;
}
</style>
border-color css
<style>
span { border-color: #A32902; }
span { border-color: rgb(163,41,2); }
td.TdClassName
{
border-color: #A32902;
}
.TagClassName
{
border-color: #A32902;
}
</style>