Shades of Rust #A14314
Tints of Rust #A14314
RGB
CMYK
RGB Variations
Color information
#A14314 (or 0xA14314) is known color: Rust. HEX triplet: A1, 43 and 14. RGB value is (161,67,20). Sum of RGB (Red+Green+Blue) = 161+67+20=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A14314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14314 is #5EBCEB. Grayscale: #5A5A5A. Windows color (decimal): -6208748 or 1328033. OLE color: 1328033.
HSL color Cylindrical-coordinate representation of color #A14314: hue angle of 20º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A14314 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.37 |
| HSL | 20º | 0.78% | 0.35% | - |
| HSV(B) | 20º | 0.88% | 0.63% | - |
| XYZ | 16.83 | 11.64 | 2.02 | - |
| YUV | 89.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 20 | 0 | 0.58 | 0.88 | 0.37 | 20 | 0.78 | 0.35 |
| Hex | A1 | 43 | 14 | 0 | 3A | 58 | 25 | 14 | 4E | 23 |
| Octal | 241 | 103 | 24 | 0 | 72 | 130 | 45 | 24 | 116 | 43 |
| Binary | 10100001 | 1000011 | 10100 | 0 | 111010 | 1011000 | 100101 | 10100 | 1001110 | 100011 |
Color Harmonies of #A14314
Complementary color
Monochromatic Colors of #A14314
Black with #A14314
Text Example
Text Example
White with #A14314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14314; }
p { color: rgb(161,67,20); }
H1.HeaderClassName
{
color: #A14314;
}
.AnyTagClassName
{
color: #A14314;
}
</style>
background-color css
<style>
a { background-color: #A14314; }
a { background-color: rgb(161,67,20); }
div.DivClassName
{
background-color: #A14314;
}
.BgClassName
{
background-color: #A14314;
}
</style>
border-color css
<style>
span { border-color: #A14314; }
span { border-color: rgb(161,67,20); }
td.TdClassName
{
border-color: #A14314;
}
.TagClassName
{
border-color: #A14314;
}
</style>