Shades of Rust #A13C02
Tints of Rust #A13C02
RGB
CMYK
RGB Variations
Color information
#A13C02 (or 0xA13C02) is known color: Rust. HEX triplet: A1, 3C and 02. RGB value is (161,60,2). Sum of RGB (Red+Green+Blue) = 161+60+2=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C02 is #5EC3FD. Grayscale: #535353. Windows color (decimal): -6210558 or 146593. OLE color: 146593.
HSL color Cylindrical-coordinate representation of color #A13C02: hue angle of 21.89º 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 #A13C02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.37 |
| HSL | 21.89º | 0.98% | 0.32% | - |
| HSV(B) | 21.89º | 0.99% | 0.63% | - |
| XYZ | 16.32 | 10.81 | 1.28 | - |
| YUV | 83.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 2 | 0 | 0.63 | 0.99 | 0.37 | 21.89 | 0.98 | 0.32 |
| Hex | A1 | 3C | 2 | 0 | 3F | 63 | 25 | 16 | 62 | 20 |
| Octal | 241 | 74 | 2 | 0 | 77 | 143 | 45 | 26 | 142 | 40 |
| Binary | 10100001 | 111100 | 10 | 0 | 111111 | 1100011 | 100101 | 10110 | 1100010 | 100000 |
Color Harmonies of #A13C02
Complementary color
Monochromatic Colors of #A13C02
Black with #A13C02
Text Example
Text Example
White with #A13C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C02; }
p { color: rgb(161,60,2); }
H1.HeaderClassName
{
color: #A13C02;
}
.AnyTagClassName
{
color: #A13C02;
}
</style>
background-color css
<style>
a { background-color: #A13C02; }
a { background-color: rgb(161,60,2); }
div.DivClassName
{
background-color: #A13C02;
}
.BgClassName
{
background-color: #A13C02;
}
</style>
border-color css
<style>
span { border-color: #A13C02; }
span { border-color: rgb(161,60,2); }
td.TdClassName
{
border-color: #A13C02;
}
.TagClassName
{
border-color: #A13C02;
}
</style>