Shades of Rust #A14502
Tints of Rust #A14502
RGB
CMYK
RGB Variations
Color information
#A14502 (or 0xA14502) is known color: Rust. HEX triplet: A1, 45 and 02. RGB value is (161,69,2). Sum of RGB (Red+Green+Blue) = 161+69+2=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A14502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14502 is #5EBAFD. Grayscale: #595959. Windows color (decimal): -6208254 or 148897. OLE color: 148897.
HSL color Cylindrical-coordinate representation of color #A14502: hue angle of 25.28º 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 #A14502 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.37 |
| HSL | 25.28º | 0.98% | 0.32% | - |
| HSV(B) | 25.28º | 0.99% | 0.63% | - |
| XYZ | 16.84 | 11.84 | 1.45 | - |
| YUV | 88.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 2 | 0 | 0.57 | 0.99 | 0.37 | 25.28 | 0.98 | 0.32 |
| Hex | A1 | 45 | 2 | 0 | 39 | 63 | 25 | 19 | 62 | 20 |
| Octal | 241 | 105 | 2 | 0 | 71 | 143 | 45 | 31 | 142 | 40 |
| Binary | 10100001 | 1000101 | 10 | 0 | 111001 | 1100011 | 100101 | 11001 | 1100010 | 100000 |
Color Harmonies of #A14502
Complementary color
Monochromatic Colors of #A14502
Black with #A14502
Text Example
Text Example
White with #A14502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14502; }
p { color: rgb(161,69,2); }
H1.HeaderClassName
{
color: #A14502;
}
.AnyTagClassName
{
color: #A14502;
}
</style>
background-color css
<style>
a { background-color: #A14502; }
a { background-color: rgb(161,69,2); }
div.DivClassName
{
background-color: #A14502;
}
.BgClassName
{
background-color: #A14502;
}
</style>
border-color css
<style>
span { border-color: #A14502; }
span { border-color: rgb(161,69,2); }
td.TdClassName
{
border-color: #A14502;
}
.TagClassName
{
border-color: #A14502;
}
</style>