Shades of Rust #A53C0C
Tints of Rust #A53C0C
RGB
CMYK
RGB Variations
Color information
#A53C0C (or 0xA53C0C) is known color: Rust. HEX triplet: A5, 3C and 0C. RGB value is (165,60,12). Sum of RGB (Red+Green+Blue) = 165+60+12=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53C0C is #5AC3F3. Grayscale: #565656. Windows color (decimal): -5948404 or 801957. OLE color: 801957.
HSL color Cylindrical-coordinate representation of color #A53C0C: hue angle of 18.82º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A53C0C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 60 | 12 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.35 |
| HSL | 18.82º | 0.86% | 0.35% | - |
| HSV(B) | 18.82º | 0.93% | 0.65% | - |
| XYZ | 17.2 | 11.26 | 1.61 | - |
| YUV | 85.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 12 | 0 | 0.64 | 0.93 | 0.35 | 18.82 | 0.86 | 0.35 |
| Hex | A5 | 3C | C | 0 | 40 | 5D | 23 | 13 | 56 | 23 |
| Octal | 245 | 74 | 14 | 0 | 100 | 135 | 43 | 23 | 126 | 43 |
| Binary | 10100101 | 111100 | 1100 | 0 | 1000000 | 1011101 | 100011 | 10011 | 1010110 | 100011 |
Color Harmonies of #A53C0C
Complementary color
Monochromatic Colors of #A53C0C
Black with #A53C0C
Text Example
Text Example
White with #A53C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53C0C; }
p { color: rgb(165,60,12); }
H1.HeaderClassName
{
color: #A53C0C;
}
.AnyTagClassName
{
color: #A53C0C;
}
</style>
background-color css
<style>
a { background-color: #A53C0C; }
a { background-color: rgb(165,60,12); }
div.DivClassName
{
background-color: #A53C0C;
}
.BgClassName
{
background-color: #A53C0C;
}
</style>
border-color css
<style>
span { border-color: #A53C0C; }
span { border-color: rgb(165,60,12); }
td.TdClassName
{
border-color: #A53C0C;
}
.TagClassName
{
border-color: #A53C0C;
}
</style>