Shades of Rust #A14313
Tints of Rust #A14313
RGB
CMYK
RGB Variations
Color information
#A14313 (or 0xA14313) is known color: Rust. HEX triplet: A1, 43 and 13. RGB value is (161,67,19). Sum of RGB (Red+Green+Blue) = 161+67+19=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14313 is #5EBCEC. Grayscale: #595959. Windows color (decimal): -6208749 or 1262497. OLE color: 1262497.
HSL color Cylindrical-coordinate representation of color #A14313: hue angle of 20.28º degrees, saturation: 0.79, 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 #A14313 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 19 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.37 |
| HSL | 20.28º | 0.79% | 0.35% | - |
| HSV(B) | 20.28º | 0.88% | 0.63% | - |
| XYZ | 16.82 | 11.64 | 1.98 | - |
| YUV | 89.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 19 | 0 | 0.58 | 0.88 | 0.37 | 20.28 | 0.79 | 0.35 |
| Hex | A1 | 43 | 13 | 0 | 3A | 58 | 25 | 14 | 4F | 23 |
| Octal | 241 | 103 | 23 | 0 | 72 | 130 | 45 | 24 | 117 | 43 |
| Binary | 10100001 | 1000011 | 10011 | 0 | 111010 | 1011000 | 100101 | 10100 | 1001111 | 100011 |
Color Harmonies of #A14313
Complementary color
Monochromatic Colors of #A14313
Black with #A14313
Text Example
Text Example
White with #A14313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14313; }
p { color: rgb(161,67,19); }
H1.HeaderClassName
{
color: #A14313;
}
.AnyTagClassName
{
color: #A14313;
}
</style>
background-color css
<style>
a { background-color: #A14313; }
a { background-color: rgb(161,67,19); }
div.DivClassName
{
background-color: #A14313;
}
.BgClassName
{
background-color: #A14313;
}
</style>
border-color css
<style>
span { border-color: #A14313; }
span { border-color: rgb(161,67,19); }
td.TdClassName
{
border-color: #A14313;
}
.TagClassName
{
border-color: #A14313;
}
</style>