Shades of Rust #A13201
Tints of Rust #A13201
RGB
CMYK
RGB Variations
Color information
#A13201 (or 0xA13201) is known color: Rust. HEX triplet: A1, 32 and 01. RGB value is (161,50,1). Sum of RGB (Red+Green+Blue) = 161+50+1=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A13201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13201 is #5ECDFE. Grayscale: #4D4D4D. Windows color (decimal): -6213119 or 78497. OLE color: 78497.
HSL color Cylindrical-coordinate representation of color #A13201: hue angle of 18.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A13201 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.37 |
| HSL | 18.38º | 0.99% | 0.32% | - |
| HSV(B) | 18.38º | 0.99% | 0.63% | - |
| XYZ | 15.84 | 9.86 | 1.1 | - |
| YUV | 77.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 1 | 0 | 0.69 | 0.99 | 0.37 | 18.38 | 0.99 | 0.32 |
| Hex | A1 | 32 | 1 | 0 | 45 | 63 | 25 | 12 | 63 | 20 |
| Octal | 241 | 62 | 1 | 0 | 105 | 143 | 45 | 22 | 143 | 40 |
| Binary | 10100001 | 110010 | 1 | 0 | 1000101 | 1100011 | 100101 | 10010 | 1100011 | 100000 |
Color Harmonies of #A13201
Complementary color
Monochromatic Colors of #A13201
Black with #A13201
Text Example
Text Example
White with #A13201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13201; }
p { color: rgb(161,50,1); }
H1.HeaderClassName
{
color: #A13201;
}
.AnyTagClassName
{
color: #A13201;
}
</style>
background-color css
<style>
a { background-color: #A13201; }
a { background-color: rgb(161,50,1); }
div.DivClassName
{
background-color: #A13201;
}
.BgClassName
{
background-color: #A13201;
}
</style>
border-color css
<style>
span { border-color: #A13201; }
span { border-color: rgb(161,50,1); }
td.TdClassName
{
border-color: #A13201;
}
.TagClassName
{
border-color: #A13201;
}
</style>