Shades of Rust #A43513
Tints of Rust #A43513
RGB
CMYK
RGB Variations
Color information
#A43513 (or 0xA43513) is known color: Rust. HEX triplet: A4, 35 and 13. RGB value is (164,53,19). Sum of RGB (Red+Green+Blue) = 164+53+19=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A43513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43513 is #5BCAEC. Grayscale: #525252. Windows color (decimal): -6015725 or 1258916. OLE color: 1258916.
HSL color Cylindrical-coordinate representation of color #A43513: hue angle of 14.07º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A43513 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 19 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.36 |
| HSL | 14.07º | 0.79% | 0.36% | - |
| HSV(B) | 14.07º | 0.88% | 0.64% | - |
| XYZ | 16.7 | 10.49 | 1.76 | - |
| YUV | 82.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 19 | 0 | 0.68 | 0.88 | 0.36 | 14.07 | 0.79 | 0.36 |
| Hex | A4 | 35 | 13 | 0 | 44 | 58 | 24 | E | 4F | 24 |
| Octal | 244 | 65 | 23 | 0 | 104 | 130 | 44 | 16 | 117 | 44 |
| Binary | 10100100 | 110101 | 10011 | 0 | 1000100 | 1011000 | 100100 | 1110 | 1001111 | 100100 |
Color Harmonies of #A43513
Complementary color
Monochromatic Colors of #A43513
Black with #A43513
Text Example
Text Example
White with #A43513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43513; }
p { color: rgb(164,53,19); }
H1.HeaderClassName
{
color: #A43513;
}
.AnyTagClassName
{
color: #A43513;
}
</style>
background-color css
<style>
a { background-color: #A43513; }
a { background-color: rgb(164,53,19); }
div.DivClassName
{
background-color: #A43513;
}
.BgClassName
{
background-color: #A43513;
}
</style>
border-color css
<style>
span { border-color: #A43513; }
span { border-color: rgb(164,53,19); }
td.TdClassName
{
border-color: #A43513;
}
.TagClassName
{
border-color: #A43513;
}
</style>