Shades of Rust #A13A01
Tints of Rust #A13A01
RGB
CMYK
RGB Variations
Color information
#A13A01 (or 0xA13A01) is known color: Rust. HEX triplet: A1, 3A and 01. RGB value is (161,58,1). Sum of RGB (Red+Green+Blue) = 161+58+1=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A01 is #5EC5FE. Grayscale: #525252. Windows color (decimal): -6211071 or 80545. OLE color: 80545.
HSL color Cylindrical-coordinate representation of color #A13A01: hue angle of 21.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 #A13A01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.37 |
| HSL | 21.38º | 0.99% | 0.32% | - |
| HSV(B) | 21.38º | 0.99% | 0.63% | - |
| XYZ | 16.22 | 10.61 | 1.22 | - |
| YUV | 82.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 1 | 0 | 0.64 | 0.99 | 0.37 | 21.38 | 0.99 | 0.32 |
| Hex | A1 | 3A | 1 | 0 | 40 | 63 | 25 | 15 | 63 | 20 |
| Octal | 241 | 72 | 1 | 0 | 100 | 143 | 45 | 25 | 143 | 40 |
| Binary | 10100001 | 111010 | 1 | 0 | 1000000 | 1100011 | 100101 | 10101 | 1100011 | 100000 |
Color Harmonies of #A13A01
Complementary color
Monochromatic Colors of #A13A01
Black with #A13A01
Text Example
Text Example
White with #A13A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A01; }
p { color: rgb(161,58,1); }
H1.HeaderClassName
{
color: #A13A01;
}
.AnyTagClassName
{
color: #A13A01;
}
</style>
background-color css
<style>
a { background-color: #A13A01; }
a { background-color: rgb(161,58,1); }
div.DivClassName
{
background-color: #A13A01;
}
.BgClassName
{
background-color: #A13A01;
}
</style>
border-color css
<style>
span { border-color: #A13A01; }
span { border-color: rgb(161,58,1); }
td.TdClassName
{
border-color: #A13A01;
}
.TagClassName
{
border-color: #A13A01;
}
</style>