Shades of Rust #A32200
Tints of Rust #A32200
RGB
CMYK
RGB Variations
Color information
#A32200 (or 0xA32200) is known color: Rust. HEX triplet: A3, 22 and 00. RGB value is (163,34,0). Sum of RGB (Red+Green+Blue) = 163+34+0=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A32200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32200 is #5CDDFF. Grayscale: #444444. Windows color (decimal): -6086144 or 8867. OLE color: 8867.
HSL color Cylindrical-coordinate representation of color #A32200: hue angle of 12.52º 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 #A32200 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.36 |
| HSL | 12.52º | 1% | 0.32% | - |
| HSV(B) | 12.52º | 1% | 0.64% | - |
| XYZ | 15.68 | 8.93 | 0.9 | - |
| YUV | 68.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 0 | 0 | 0.79 | 1 | 0.36 | 12.52 | 1 | 0.32 |
| Hex | A3 | 22 | 0 | 0 | 4F | 64 | 24 | D | 64 | 20 |
| Octal | 243 | 42 | 0 | 0 | 117 | 144 | 44 | 15 | 144 | 40 |
| Binary | 10100011 | 100010 | 0 | 0 | 1001111 | 1100100 | 100100 | 1101 | 1100100 | 100000 |
Color Harmonies of #A32200
Complementary color
Monochromatic Colors of #A32200
Black with #A32200
Text Example
Text Example
White with #A32200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32200; }
p { color: rgb(163,34,0); }
H1.HeaderClassName
{
color: #A32200;
}
.AnyTagClassName
{
color: #A32200;
}
</style>
background-color css
<style>
a { background-color: #A32200; }
a { background-color: rgb(163,34,0); }
div.DivClassName
{
background-color: #A32200;
}
.BgClassName
{
background-color: #A32200;
}
</style>
border-color css
<style>
span { border-color: #A32200; }
span { border-color: rgb(163,34,0); }
td.TdClassName
{
border-color: #A32200;
}
.TagClassName
{
border-color: #A32200;
}
</style>