Shades of Rust #A14203
Tints of Rust #A14203
RGB
CMYK
RGB Variations
Color information
#A14203 (or 0xA14203) is known color: Rust. HEX triplet: A1, 42 and 03. RGB value is (161,66,3). Sum of RGB (Red+Green+Blue) = 161+66+3=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A14203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14203 is #5EBDFC. Grayscale: #575757. Windows color (decimal): -6209021 or 213665. OLE color: 213665.
HSL color Cylindrical-coordinate representation of color #A14203: hue angle of 23.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A14203 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.37 |
| HSL | 23.92º | 0.96% | 0.32% | - |
| HSV(B) | 23.92º | 0.98% | 0.63% | - |
| XYZ | 16.66 | 11.48 | 1.42 | - |
| YUV | 87.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 3 | 0 | 0.59 | 0.98 | 0.37 | 23.92 | 0.96 | 0.32 |
| Hex | A1 | 42 | 3 | 0 | 3B | 62 | 25 | 18 | 60 | 20 |
| Octal | 241 | 102 | 3 | 0 | 73 | 142 | 45 | 30 | 140 | 40 |
| Binary | 10100001 | 1000010 | 11 | 0 | 111011 | 1100010 | 100101 | 11000 | 1100000 | 100000 |
Color Harmonies of #A14203
Complementary color
Monochromatic Colors of #A14203
Black with #A14203
Text Example
Text Example
White with #A14203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14203; }
p { color: rgb(161,66,3); }
H1.HeaderClassName
{
color: #A14203;
}
.AnyTagClassName
{
color: #A14203;
}
</style>
background-color css
<style>
a { background-color: #A14203; }
a { background-color: rgb(161,66,3); }
div.DivClassName
{
background-color: #A14203;
}
.BgClassName
{
background-color: #A14203;
}
</style>
border-color css
<style>
span { border-color: #A14203; }
span { border-color: rgb(161,66,3); }
td.TdClassName
{
border-color: #A14203;
}
.TagClassName
{
border-color: #A14203;
}
</style>