Shades of Rust #A32E04
Tints of Rust #A32E04
RGB
CMYK
RGB Variations
Color information
#A32E04 (or 0xA32E04) is known color: Rust. HEX triplet: A3, 2E and 04. RGB value is (163,46,4). Sum of RGB (Red+Green+Blue) = 163+46+4=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32E04 is #5CD1FB. Grayscale: #4C4C4C. Windows color (decimal): -6083068 or 274083. OLE color: 274083.
HSL color Cylindrical-coordinate representation of color #A32E04: hue angle of 15.85º degrees, saturation: 0.95, 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 #A32E04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.36 |
| HSL | 15.85º | 0.95% | 0.33% | - |
| HSV(B) | 15.85º | 0.98% | 0.64% | - |
| XYZ | 16.1 | 9.75 | 1.15 | - |
| YUV | 76.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 4 | 0 | 0.72 | 0.98 | 0.36 | 15.85 | 0.95 | 0.33 |
| Hex | A3 | 2E | 4 | 0 | 48 | 62 | 24 | 10 | 5F | 21 |
| Octal | 243 | 56 | 4 | 0 | 110 | 142 | 44 | 20 | 137 | 41 |
| Binary | 10100011 | 101110 | 100 | 0 | 1001000 | 1100010 | 100100 | 10000 | 1011111 | 100001 |
Color Harmonies of #A32E04
Complementary color
Monochromatic Colors of #A32E04
Black with #A32E04
Text Example
Text Example
White with #A32E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E04; }
p { color: rgb(163,46,4); }
H1.HeaderClassName
{
color: #A32E04;
}
.AnyTagClassName
{
color: #A32E04;
}
</style>
background-color css
<style>
a { background-color: #A32E04; }
a { background-color: rgb(163,46,4); }
div.DivClassName
{
background-color: #A32E04;
}
.BgClassName
{
background-color: #A32E04;
}
</style>
border-color css
<style>
span { border-color: #A32E04; }
span { border-color: rgb(163,46,4); }
td.TdClassName
{
border-color: #A32E04;
}
.TagClassName
{
border-color: #A32E04;
}
</style>