Shades of Rust #A14002
Tints of Rust #A14002
RGB
CMYK
RGB Variations
Color information
#A14002 (or 0xA14002) is known color: Rust. HEX triplet: A1, 40 and 02. RGB value is (161,64,2). Sum of RGB (Red+Green+Blue) = 161+64+2=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A14002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14002 is #5EBFFD. Grayscale: #565656. Windows color (decimal): -6209534 or 147617. OLE color: 147617.
HSL color Cylindrical-coordinate representation of color #A14002: hue angle of 23.4º 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 #A14002 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.37 |
| HSL | 23.4º | 0.98% | 0.32% | - |
| HSV(B) | 23.4º | 0.99% | 0.63% | - |
| XYZ | 16.54 | 11.25 | 1.36 | - |
| YUV | 85.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 2 | 0 | 0.60 | 0.99 | 0.37 | 23.4 | 0.98 | 0.32 |
| Hex | A1 | 40 | 2 | 0 | 3C | 63 | 25 | 17 | 62 | 20 |
| Octal | 241 | 100 | 2 | 0 | 74 | 143 | 45 | 27 | 142 | 40 |
| Binary | 10100001 | 1000000 | 10 | 0 | 111100 | 1100011 | 100101 | 10111 | 1100010 | 100000 |
Color Harmonies of #A14002
Complementary color
Monochromatic Colors of #A14002
Black with #A14002
Text Example
Text Example
White with #A14002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14002; }
p { color: rgb(161,64,2); }
H1.HeaderClassName
{
color: #A14002;
}
.AnyTagClassName
{
color: #A14002;
}
</style>
background-color css
<style>
a { background-color: #A14002; }
a { background-color: rgb(161,64,2); }
div.DivClassName
{
background-color: #A14002;
}
.BgClassName
{
background-color: #A14002;
}
</style>
border-color css
<style>
span { border-color: #A14002; }
span { border-color: rgb(161,64,2); }
td.TdClassName
{
border-color: #A14002;
}
.TagClassName
{
border-color: #A14002;
}
</style>