Shades of Rust #A14501
Tints of Rust #A14501
RGB
CMYK
RGB Variations
Color information
#A14501 (or 0xA14501) is known color: Rust. HEX triplet: A1, 45 and 01. RGB value is (161,69,1). Sum of RGB (Red+Green+Blue) = 161+69+1=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A14501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14501 is #5EBAFE. Grayscale: #595959. Windows color (decimal): -6208255 or 83361. OLE color: 83361.
HSL color Cylindrical-coordinate representation of color #A14501: hue angle of 25.5º degrees, saturation: 0.99, 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 #A14501 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.37 |
| HSL | 25.5º | 0.99% | 0.32% | - |
| HSV(B) | 25.5º | 0.99% | 0.63% | - |
| XYZ | 16.83 | 11.84 | 1.43 | - |
| YUV | 88.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 1 | 0 | 0.57 | 0.99 | 0.37 | 25.5 | 0.99 | 0.32 |
| Hex | A1 | 45 | 1 | 0 | 39 | 63 | 25 | 1A | 63 | 20 |
| Octal | 241 | 105 | 1 | 0 | 71 | 143 | 45 | 32 | 143 | 40 |
| Binary | 10100001 | 1000101 | 1 | 0 | 111001 | 1100011 | 100101 | 11010 | 1100011 | 100000 |
Color Harmonies of #A14501
Complementary color
Monochromatic Colors of #A14501
Black with #A14501
Text Example
Text Example
White with #A14501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14501; }
p { color: rgb(161,69,1); }
H1.HeaderClassName
{
color: #A14501;
}
.AnyTagClassName
{
color: #A14501;
}
</style>
background-color css
<style>
a { background-color: #A14501; }
a { background-color: rgb(161,69,1); }
div.DivClassName
{
background-color: #A14501;
}
.BgClassName
{
background-color: #A14501;
}
</style>
border-color css
<style>
span { border-color: #A14501; }
span { border-color: rgb(161,69,1); }
td.TdClassName
{
border-color: #A14501;
}
.TagClassName
{
border-color: #A14501;
}
</style>