Shades of Rust #A32F03
Tints of Rust #A32F03
RGB
CMYK
RGB Variations
Color information
#A32F03 (or 0xA32F03) is known color: Rust. HEX triplet: A3, 2F and 03. RGB value is (163,47,3). Sum of RGB (Red+Green+Blue) = 163+47+3=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F03 is #5CD0FC. Grayscale: #4C4C4C. Windows color (decimal): -6082813 or 208803. OLE color: 208803.
HSL color Cylindrical-coordinate representation of color #A32F03: hue angle of 16.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A32F03 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.36 |
| HSL | 16.5º | 0.96% | 0.33% | - |
| HSV(B) | 16.5º | 0.98% | 0.64% | - |
| XYZ | 16.14 | 9.83 | 1.13 | - |
| YUV | 76.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 3 | 0 | 0.71 | 0.98 | 0.36 | 16.5 | 0.96 | 0.33 |
| Hex | A3 | 2F | 3 | 0 | 47 | 62 | 24 | 10 | 60 | 21 |
| Octal | 243 | 57 | 3 | 0 | 107 | 142 | 44 | 20 | 140 | 41 |
| Binary | 10100011 | 101111 | 11 | 0 | 1000111 | 1100010 | 100100 | 10000 | 1100000 | 100001 |
Color Harmonies of #A32F03
Complementary color
Monochromatic Colors of #A32F03
Black with #A32F03
Text Example
Text Example
White with #A32F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F03; }
p { color: rgb(163,47,3); }
H1.HeaderClassName
{
color: #A32F03;
}
.AnyTagClassName
{
color: #A32F03;
}
</style>
background-color css
<style>
a { background-color: #A32F03; }
a { background-color: rgb(163,47,3); }
div.DivClassName
{
background-color: #A32F03;
}
.BgClassName
{
background-color: #A32F03;
}
</style>
border-color css
<style>
span { border-color: #A32F03; }
span { border-color: rgb(163,47,3); }
td.TdClassName
{
border-color: #A32F03;
}
.TagClassName
{
border-color: #A32F03;
}
</style>