Shades of Rust #A32B0D
Tints of Rust #A32B0D
RGB
CMYK
RGB Variations
Color information
#A32B0D (or 0xA32B0D) is known color: Rust. HEX triplet: A3, 2B and 0D. RGB value is (163,43,13). Sum of RGB (Red+Green+Blue) = 163+43+13=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B0D is #5CD4F2. Grayscale: #4B4B4B. Windows color (decimal): -6083827 or 863139. OLE color: 863139.
HSL color Cylindrical-coordinate representation of color #A32B0D: hue angle of 12º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A32B0D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.36 |
| HSL | 12º | 0.85% | 0.35% | - |
| HSV(B) | 12º | 0.92% | 0.64% | - |
| XYZ | 16.04 | 9.54 | 1.38 | - |
| YUV | 75.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 13 | 0 | 0.74 | 0.92 | 0.36 | 12 | 0.85 | 0.35 |
| Hex | A3 | 2B | D | 0 | 4A | 5C | 24 | C | 55 | 23 |
| Octal | 243 | 53 | 15 | 0 | 112 | 134 | 44 | 14 | 125 | 43 |
| Binary | 10100011 | 101011 | 1101 | 0 | 1001010 | 1011100 | 100100 | 1100 | 1010101 | 100011 |
Color Harmonies of #A32B0D
Complementary color
Monochromatic Colors of #A32B0D
Black with #A32B0D
Text Example
Text Example
White with #A32B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B0D; }
p { color: rgb(163,43,13); }
H1.HeaderClassName
{
color: #A32B0D;
}
.AnyTagClassName
{
color: #A32B0D;
}
</style>
background-color css
<style>
a { background-color: #A32B0D; }
a { background-color: rgb(163,43,13); }
div.DivClassName
{
background-color: #A32B0D;
}
.BgClassName
{
background-color: #A32B0D;
}
</style>
border-color css
<style>
span { border-color: #A32B0D; }
span { border-color: rgb(163,43,13); }
td.TdClassName
{
border-color: #A32B0D;
}
.TagClassName
{
border-color: #A32B0D;
}
</style>