Shades of Rust #A32F02
Tints of Rust #A32F02
RGB
CMYK
RGB Variations
Color information
#A32F02 (or 0xA32F02) is known color: Rust. HEX triplet: A3, 2F and 02. RGB value is (163,47,2). Sum of RGB (Red+Green+Blue) = 163+47+2=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F02 is #5CD0FD. Grayscale: #4C4C4C. Windows color (decimal): -6082814 or 143267. OLE color: 143267.
HSL color Cylindrical-coordinate representation of color #A32F02: hue angle of 16.77º 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 #A32F02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.36 |
| HSL | 16.77º | 0.98% | 0.32% | - |
| HSV(B) | 16.77º | 0.99% | 0.64% | - |
| XYZ | 16.13 | 9.82 | 1.1 | - |
| YUV | 76.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 2 | 0 | 0.71 | 0.99 | 0.36 | 16.77 | 0.98 | 0.32 |
| Hex | A3 | 2F | 2 | 0 | 47 | 63 | 24 | 11 | 62 | 20 |
| Octal | 243 | 57 | 2 | 0 | 107 | 143 | 44 | 21 | 142 | 40 |
| Binary | 10100011 | 101111 | 10 | 0 | 1000111 | 1100011 | 100100 | 10001 | 1100010 | 100000 |
Color Harmonies of #A32F02
Complementary color
Monochromatic Colors of #A32F02
Black with #A32F02
Text Example
Text Example
White with #A32F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F02; }
p { color: rgb(163,47,2); }
H1.HeaderClassName
{
color: #A32F02;
}
.AnyTagClassName
{
color: #A32F02;
}
</style>
background-color css
<style>
a { background-color: #A32F02; }
a { background-color: rgb(163,47,2); }
div.DivClassName
{
background-color: #A32F02;
}
.BgClassName
{
background-color: #A32F02;
}
</style>
border-color css
<style>
span { border-color: #A32F02; }
span { border-color: rgb(163,47,2); }
td.TdClassName
{
border-color: #A32F02;
}
.TagClassName
{
border-color: #A32F02;
}
</style>