Shades of Rust #A32802
Tints of Rust #A32802
RGB
CMYK
RGB Variations
Color information
#A32802 (or 0xA32802) is known color: Rust. HEX triplet: A3, 28 and 02. RGB value is (163,40,2). Sum of RGB (Red+Green+Blue) = 163+40+2=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A32802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32802 is #5CD7FD. Grayscale: #484848. Windows color (decimal): -6084606 or 141475. OLE color: 141475.
HSL color Cylindrical-coordinate representation of color #A32802: hue angle of 14.16º 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 #A32802 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.36 |
| HSL | 14.16º | 0.98% | 0.32% | - |
| HSV(B) | 14.16º | 0.99% | 0.64% | - |
| XYZ | 15.87 | 9.31 | 1.02 | - |
| YUV | 72.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 2 | 0 | 0.75 | 0.99 | 0.36 | 14.16 | 0.98 | 0.32 |
| Hex | A3 | 28 | 2 | 0 | 4B | 63 | 24 | E | 62 | 20 |
| Octal | 243 | 50 | 2 | 0 | 113 | 143 | 44 | 16 | 142 | 40 |
| Binary | 10100011 | 101000 | 10 | 0 | 1001011 | 1100011 | 100100 | 1110 | 1100010 | 100000 |
Color Harmonies of #A32802
Complementary color
Monochromatic Colors of #A32802
Black with #A32802
Text Example
Text Example
White with #A32802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32802; }
p { color: rgb(163,40,2); }
H1.HeaderClassName
{
color: #A32802;
}
.AnyTagClassName
{
color: #A32802;
}
</style>
background-color css
<style>
a { background-color: #A32802; }
a { background-color: rgb(163,40,2); }
div.DivClassName
{
background-color: #A32802;
}
.BgClassName
{
background-color: #A32802;
}
</style>
border-color css
<style>
span { border-color: #A32802; }
span { border-color: rgb(163,40,2); }
td.TdClassName
{
border-color: #A32802;
}
.TagClassName
{
border-color: #A32802;
}
</style>