Shades of Rust #A54510
Tints of Rust #A54510
RGB
CMYK
RGB Variations
Color information
#A54510 (or 0xA54510) is known color: Rust. HEX triplet: A5, 45 and 10. RGB value is (165,69,16). Sum of RGB (Red+Green+Blue) = 165+69+16=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A54510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54510 is #5ABAEF. Grayscale: #5B5B5B. Windows color (decimal): -5946096 or 1066405. OLE color: 1066405.
HSL color Cylindrical-coordinate representation of color #A54510: hue angle of 21.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A54510 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 16 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.35 |
| HSL | 21.34º | 0.82% | 0.35% | - |
| HSV(B) | 21.34º | 0.9% | 0.65% | - |
| XYZ | 17.74 | 12.29 | 1.93 | - |
| YUV | 91.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 16 | 0 | 0.58 | 0.90 | 0.35 | 21.34 | 0.82 | 0.35 |
| Hex | A5 | 45 | 10 | 0 | 3A | 5A | 23 | 15 | 52 | 23 |
| Octal | 245 | 105 | 20 | 0 | 72 | 132 | 43 | 25 | 122 | 43 |
| Binary | 10100101 | 1000101 | 10000 | 0 | 111010 | 1011010 | 100011 | 10101 | 1010010 | 100011 |
Color Harmonies of #A54510
Complementary color
Monochromatic Colors of #A54510
Black with #A54510
Text Example
Text Example
White with #A54510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54510; }
p { color: rgb(165,69,16); }
H1.HeaderClassName
{
color: #A54510;
}
.AnyTagClassName
{
color: #A54510;
}
</style>
background-color css
<style>
a { background-color: #A54510; }
a { background-color: rgb(165,69,16); }
div.DivClassName
{
background-color: #A54510;
}
.BgClassName
{
background-color: #A54510;
}
</style>
border-color css
<style>
span { border-color: #A54510; }
span { border-color: rgb(165,69,16); }
td.TdClassName
{
border-color: #A54510;
}
.TagClassName
{
border-color: #A54510;
}
</style>