Shades of Rust #A53009
Tints of Rust #A53009
RGB
CMYK
RGB Variations
Color information
#A53009 (or 0xA53009) is known color: Rust. HEX triplet: A5, 30 and 09. RGB value is (165,48,9). Sum of RGB (Red+Green+Blue) = 165+48+9=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A53009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53009 is #5ACFF6. Grayscale: #4E4E4E. Windows color (decimal): -5951479 or 602277. OLE color: 602277.
HSL color Cylindrical-coordinate representation of color #A53009: hue angle of 15º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A53009 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.35 |
| HSL | 15º | 0.9% | 0.34% | - |
| HSV(B) | 15º | 0.95% | 0.65% | - |
| XYZ | 16.62 | 10.13 | 1.34 | - |
| YUV | 78.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 9 | 0 | 0.71 | 0.95 | 0.35 | 15 | 0.9 | 0.34 |
| Hex | A5 | 30 | 9 | 0 | 47 | 5F | 23 | F | 5A | 22 |
| Octal | 245 | 60 | 11 | 0 | 107 | 137 | 43 | 17 | 132 | 42 |
| Binary | 10100101 | 110000 | 1001 | 0 | 1000111 | 1011111 | 100011 | 1111 | 1011010 | 100010 |
Color Harmonies of #A53009
Complementary color
Monochromatic Colors of #A53009
Black with #A53009
Text Example
Text Example
White with #A53009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53009; }
p { color: rgb(165,48,9); }
H1.HeaderClassName
{
color: #A53009;
}
.AnyTagClassName
{
color: #A53009;
}
</style>
background-color css
<style>
a { background-color: #A53009; }
a { background-color: rgb(165,48,9); }
div.DivClassName
{
background-color: #A53009;
}
.BgClassName
{
background-color: #A53009;
}
</style>
border-color css
<style>
span { border-color: #A53009; }
span { border-color: rgb(165,48,9); }
td.TdClassName
{
border-color: #A53009;
}
.TagClassName
{
border-color: #A53009;
}
</style>