Shades of Rust #A13A02
Tints of Rust #A13A02
RGB
CMYK
RGB Variations
Color information
#A13A02 (or 0xA13A02) is known color: Rust. HEX triplet: A1, 3A and 02. RGB value is (161,58,2). Sum of RGB (Red+Green+Blue) = 161+58+2=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A02 is #5EC5FD. Grayscale: #525252. Windows color (decimal): -6211070 or 146081. OLE color: 146081.
HSL color Cylindrical-coordinate representation of color #A13A02: hue angle of 21.13º degrees, saturation: 0.98, 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 #A13A02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.37 |
| HSL | 21.13º | 0.98% | 0.32% | - |
| HSV(B) | 21.13º | 0.99% | 0.63% | - |
| XYZ | 16.22 | 10.61 | 1.25 | - |
| YUV | 82.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 2 | 0 | 0.64 | 0.99 | 0.37 | 21.13 | 0.98 | 0.32 |
| Hex | A1 | 3A | 2 | 0 | 40 | 63 | 25 | 15 | 62 | 20 |
| Octal | 241 | 72 | 2 | 0 | 100 | 143 | 45 | 25 | 142 | 40 |
| Binary | 10100001 | 111010 | 10 | 0 | 1000000 | 1100011 | 100101 | 10101 | 1100010 | 100000 |
Color Harmonies of #A13A02
Complementary color
Monochromatic Colors of #A13A02
Black with #A13A02
Text Example
Text Example
White with #A13A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A02; }
p { color: rgb(161,58,2); }
H1.HeaderClassName
{
color: #A13A02;
}
.AnyTagClassName
{
color: #A13A02;
}
</style>
background-color css
<style>
a { background-color: #A13A02; }
a { background-color: rgb(161,58,2); }
div.DivClassName
{
background-color: #A13A02;
}
.BgClassName
{
background-color: #A13A02;
}
</style>
border-color css
<style>
span { border-color: #A13A02; }
span { border-color: rgb(161,58,2); }
td.TdClassName
{
border-color: #A13A02;
}
.TagClassName
{
border-color: #A13A02;
}
</style>