Shades of Rust #A14201
Tints of Rust #A14201
RGB
CMYK
RGB Variations
Color information
#A14201 (or 0xA14201) is known color: Rust. HEX triplet: A1, 42 and 01. RGB value is (161,66,1). Sum of RGB (Red+Green+Blue) = 161+66+1=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A14201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14201 is #5EBDFE. Grayscale: #575757. Windows color (decimal): -6209023 or 82593. OLE color: 82593.
HSL color Cylindrical-coordinate representation of color #A14201: hue angle of 24.38º 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 #A14201 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.37 |
| HSL | 24.38º | 0.99% | 0.32% | - |
| HSV(B) | 24.38º | 0.99% | 0.63% | - |
| XYZ | 16.65 | 11.48 | 1.37 | - |
| YUV | 87 | 79.47 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 1 | 0 | 0.59 | 0.99 | 0.37 | 24.38 | 0.99 | 0.32 |
| Hex | A1 | 42 | 1 | 0 | 3B | 63 | 25 | 18 | 63 | 20 |
| Octal | 241 | 102 | 1 | 0 | 73 | 143 | 45 | 30 | 143 | 40 |
| Binary | 10100001 | 1000010 | 1 | 0 | 111011 | 1100011 | 100101 | 11000 | 1100011 | 100000 |
Color Harmonies of #A14201
Complementary color
Monochromatic Colors of #A14201
Black with #A14201
Text Example
Text Example
White with #A14201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14201; }
p { color: rgb(161,66,1); }
H1.HeaderClassName
{
color: #A14201;
}
.AnyTagClassName
{
color: #A14201;
}
</style>
background-color css
<style>
a { background-color: #A14201; }
a { background-color: rgb(161,66,1); }
div.DivClassName
{
background-color: #A14201;
}
.BgClassName
{
background-color: #A14201;
}
</style>
border-color css
<style>
span { border-color: #A14201; }
span { border-color: rgb(161,66,1); }
td.TdClassName
{
border-color: #A14201;
}
.TagClassName
{
border-color: #A14201;
}
</style>