Shades of Rust #A54413
Tints of Rust #A54413
RGB
CMYK
RGB Variations
Color information
#A54413 (or 0xA54413) is known color: Rust. HEX triplet: A5, 44 and 13. RGB value is (165,68,19). Sum of RGB (Red+Green+Blue) = 165+68+19=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A54413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54413 is #5ABBEC. Grayscale: #5B5B5B. Windows color (decimal): -5946349 or 1262757. OLE color: 1262757.
HSL color Cylindrical-coordinate representation of color #A54413: hue angle of 20.14º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A54413 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 19 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.35 |
| HSL | 20.14º | 0.79% | 0.36% | - |
| HSV(B) | 20.14º | 0.88% | 0.65% | - |
| XYZ | 17.7 | 12.18 | 2.03 | - |
| YUV | 91.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 19 | 0 | 0.59 | 0.88 | 0.35 | 20.14 | 0.79 | 0.36 |
| Hex | A5 | 44 | 13 | 0 | 3B | 58 | 23 | 14 | 4F | 24 |
| Octal | 245 | 104 | 23 | 0 | 73 | 130 | 43 | 24 | 117 | 44 |
| Binary | 10100101 | 1000100 | 10011 | 0 | 111011 | 1011000 | 100011 | 10100 | 1001111 | 100100 |
Color Harmonies of #A54413
Complementary color
Monochromatic Colors of #A54413
Black with #A54413
Text Example
Text Example
White with #A54413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54413; }
p { color: rgb(165,68,19); }
H1.HeaderClassName
{
color: #A54413;
}
.AnyTagClassName
{
color: #A54413;
}
</style>
background-color css
<style>
a { background-color: #A54413; }
a { background-color: rgb(165,68,19); }
div.DivClassName
{
background-color: #A54413;
}
.BgClassName
{
background-color: #A54413;
}
</style>
border-color css
<style>
span { border-color: #A54413; }
span { border-color: rgb(165,68,19); }
td.TdClassName
{
border-color: #A54413;
}
.TagClassName
{
border-color: #A54413;
}
</style>