Shades of Rust #A13402
Tints of Rust #A13402
RGB
CMYK
RGB Variations
Color information
#A13402 (or 0xA13402) is known color: Rust. HEX triplet: A1, 34 and 02. RGB value is (161,52,2). Sum of RGB (Red+Green+Blue) = 161+52+2=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A13402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13402 is #5ECBFD. Grayscale: #4F4F4F. Windows color (decimal): -6212606 or 144545. OLE color: 144545.
HSL color Cylindrical-coordinate representation of color #A13402: hue angle of 18.87º 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 #A13402 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.37 |
| HSL | 18.87º | 0.98% | 0.32% | - |
| HSV(B) | 18.87º | 0.99% | 0.63% | - |
| XYZ | 15.94 | 10.04 | 1.15 | - |
| YUV | 78.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 2 | 0 | 0.68 | 0.99 | 0.37 | 18.87 | 0.98 | 0.32 |
| Hex | A1 | 34 | 2 | 0 | 44 | 63 | 25 | 13 | 62 | 20 |
| Octal | 241 | 64 | 2 | 0 | 104 | 143 | 45 | 23 | 142 | 40 |
| Binary | 10100001 | 110100 | 10 | 0 | 1000100 | 1100011 | 100101 | 10011 | 1100010 | 100000 |
Color Harmonies of #A13402
Complementary color
Monochromatic Colors of #A13402
Black with #A13402
Text Example
Text Example
White with #A13402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13402; }
p { color: rgb(161,52,2); }
H1.HeaderClassName
{
color: #A13402;
}
.AnyTagClassName
{
color: #A13402;
}
</style>
background-color css
<style>
a { background-color: #A13402; }
a { background-color: rgb(161,52,2); }
div.DivClassName
{
background-color: #A13402;
}
.BgClassName
{
background-color: #A13402;
}
</style>
border-color css
<style>
span { border-color: #A13402; }
span { border-color: rgb(161,52,2); }
td.TdClassName
{
border-color: #A13402;
}
.TagClassName
{
border-color: #A13402;
}
</style>