Shades of Rust #A53007
Tints of Rust #A53007
RGB
CMYK
RGB Variations
Color information
#A53007 (or 0xA53007) is known color: Rust. HEX triplet: A5, 30 and 07. RGB value is (165,48,7). Sum of RGB (Red+Green+Blue) = 165+48+7=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A53007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53007 is #5ACFF8. Grayscale: #4E4E4E. Windows color (decimal): -5951481 or 471205. OLE color: 471205.
HSL color Cylindrical-coordinate representation of color #A53007: hue angle of 15.57º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A53007 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.35 |
| HSL | 15.57º | 0.92% | 0.34% | - |
| HSV(B) | 15.57º | 0.96% | 0.65% | - |
| XYZ | 16.61 | 10.13 | 1.28 | - |
| YUV | 78.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 7 | 0 | 0.71 | 0.96 | 0.35 | 15.57 | 0.92 | 0.34 |
| Hex | A5 | 30 | 7 | 0 | 47 | 60 | 23 | 10 | 5C | 22 |
| Octal | 245 | 60 | 7 | 0 | 107 | 140 | 43 | 20 | 134 | 42 |
| Binary | 10100101 | 110000 | 111 | 0 | 1000111 | 1100000 | 100011 | 10000 | 1011100 | 100010 |
Color Harmonies of #A53007
Complementary color
Monochromatic Colors of #A53007
Black with #A53007
Text Example
Text Example
White with #A53007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53007; }
p { color: rgb(165,48,7); }
H1.HeaderClassName
{
color: #A53007;
}
.AnyTagClassName
{
color: #A53007;
}
</style>
background-color css
<style>
a { background-color: #A53007; }
a { background-color: rgb(165,48,7); }
div.DivClassName
{
background-color: #A53007;
}
.BgClassName
{
background-color: #A53007;
}
</style>
border-color css
<style>
span { border-color: #A53007; }
span { border-color: rgb(165,48,7); }
td.TdClassName
{
border-color: #A53007;
}
.TagClassName
{
border-color: #A53007;
}
</style>