Shades of Rust #A32B00
Tints of Rust #A32B00
RGB
CMYK
RGB Variations
Color information
#A32B00 (or 0xA32B00) is known color: Rust. HEX triplet: A3, 2B and 00. RGB value is (163,43,0). Sum of RGB (Red+Green+Blue) = 163+43+0=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B00 is #5CD4FF. Grayscale: #4A4A4A. Windows color (decimal): -6083840 or 11171. OLE color: 11171.
HSL color Cylindrical-coordinate representation of color #A32B00: hue angle of 15.83º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A32B00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.36 |
| HSL | 15.83º | 1% | 0.32% | - |
| HSV(B) | 15.83º | 1% | 0.64% | - |
| XYZ | 15.97 | 9.51 | 0.99 | - |
| YUV | 73.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 0 | 0 | 0.74 | 1 | 0.36 | 15.83 | 1 | 0.32 |
| Hex | A3 | 2B | 0 | 0 | 4A | 64 | 24 | 10 | 64 | 20 |
| Octal | 243 | 53 | 0 | 0 | 112 | 144 | 44 | 20 | 144 | 40 |
| Binary | 10100011 | 101011 | 0 | 0 | 1001010 | 1100100 | 100100 | 10000 | 1100100 | 100000 |
Color Harmonies of #A32B00
Complementary color
Monochromatic Colors of #A32B00
Black with #A32B00
Text Example
Text Example
White with #A32B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B00; }
p { color: rgb(163,43,0); }
H1.HeaderClassName
{
color: #A32B00;
}
.AnyTagClassName
{
color: #A32B00;
}
</style>
background-color css
<style>
a { background-color: #A32B00; }
a { background-color: rgb(163,43,0); }
div.DivClassName
{
background-color: #A32B00;
}
.BgClassName
{
background-color: #A32B00;
}
</style>
border-color css
<style>
span { border-color: #A32B00; }
span { border-color: rgb(163,43,0); }
td.TdClassName
{
border-color: #A32B00;
}
.TagClassName
{
border-color: #A32B00;
}
</style>