Shades of Rust #A32201
Tints of Rust #A32201
RGB
CMYK
RGB Variations
Color information
#A32201 (or 0xA32201) is known color: Rust. HEX triplet: A3, 22 and 01. RGB value is (163,34,1). Sum of RGB (Red+Green+Blue) = 163+34+1=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A32201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32201 is #5CDDFE. Grayscale: #454545. Windows color (decimal): -6086143 or 74403. OLE color: 74403.
HSL color Cylindrical-coordinate representation of color #A32201: hue angle of 12.22º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A32201 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.36 |
| HSL | 12.22º | 0.99% | 0.32% | - |
| HSV(B) | 12.22º | 0.99% | 0.64% | - |
| XYZ | 15.68 | 8.93 | 0.93 | - |
| YUV | 68.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 1 | 0 | 0.79 | 0.99 | 0.36 | 12.22 | 0.99 | 0.32 |
| Hex | A3 | 22 | 1 | 0 | 4F | 63 | 24 | C | 63 | 20 |
| Octal | 243 | 42 | 1 | 0 | 117 | 143 | 44 | 14 | 143 | 40 |
| Binary | 10100011 | 100010 | 1 | 0 | 1001111 | 1100011 | 100100 | 1100 | 1100011 | 100000 |
Color Harmonies of #A32201
Complementary color
Monochromatic Colors of #A32201
Black with #A32201
Text Example
Text Example
White with #A32201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32201; }
p { color: rgb(163,34,1); }
H1.HeaderClassName
{
color: #A32201;
}
.AnyTagClassName
{
color: #A32201;
}
</style>
background-color css
<style>
a { background-color: #A32201; }
a { background-color: rgb(163,34,1); }
div.DivClassName
{
background-color: #A32201;
}
.BgClassName
{
background-color: #A32201;
}
</style>
border-color css
<style>
span { border-color: #A32201; }
span { border-color: rgb(163,34,1); }
td.TdClassName
{
border-color: #A32201;
}
.TagClassName
{
border-color: #A32201;
}
</style>