Shades of Rust #A32900
Tints of Rust #A32900
RGB
CMYK
RGB Variations
Color information
#A32900 (or 0xA32900) is known color: Rust. HEX triplet: A3, 29 and 00. RGB value is (163,41,0). Sum of RGB (Red+Green+Blue) = 163+41+0=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A32900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32900 is #5CD6FF. Grayscale: #494949. Windows color (decimal): -6084352 or 10659. OLE color: 10659.
HSL color Cylindrical-coordinate representation of color #A32900: hue angle of 15.09º 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 #A32900 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.36 |
| HSL | 15.09º | 1% | 0.32% | - |
| HSV(B) | 15.09º | 1% | 0.64% | - |
| XYZ | 15.9 | 9.37 | 0.97 | - |
| YUV | 72.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 0 | 0 | 0.75 | 1 | 0.36 | 15.09 | 1 | 0.32 |
| Hex | A3 | 29 | 0 | 0 | 4B | 64 | 24 | F | 64 | 20 |
| Octal | 243 | 51 | 0 | 0 | 113 | 144 | 44 | 17 | 144 | 40 |
| Binary | 10100011 | 101001 | 0 | 0 | 1001011 | 1100100 | 100100 | 1111 | 1100100 | 100000 |
Color Harmonies of #A32900
Complementary color
Monochromatic Colors of #A32900
Black with #A32900
Text Example
Text Example
White with #A32900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32900; }
p { color: rgb(163,41,0); }
H1.HeaderClassName
{
color: #A32900;
}
.AnyTagClassName
{
color: #A32900;
}
</style>
background-color css
<style>
a { background-color: #A32900; }
a { background-color: rgb(163,41,0); }
div.DivClassName
{
background-color: #A32900;
}
.BgClassName
{
background-color: #A32900;
}
</style>
border-color css
<style>
span { border-color: #A32900; }
span { border-color: rgb(163,41,0); }
td.TdClassName
{
border-color: #A32900;
}
.TagClassName
{
border-color: #A32900;
}
</style>