Shades of Rust #A52D0E
Tints of Rust #A52D0E
RGB
CMYK
RGB Variations
Color information
#A52D0E (or 0xA52D0E) is known color: Rust. HEX triplet: A5, 2D and 0E. RGB value is (165,45,14). Sum of RGB (Red+Green+Blue) = 165+45+14=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D0E is #5AD2F1. Grayscale: #4D4D4D. Windows color (decimal): -5952242 or 929189. OLE color: 929189.
HSL color Cylindrical-coordinate representation of color #A52D0E: hue angle of 12.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A52D0E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 14 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.35 |
| HSL | 12.32º | 0.84% | 0.35% | - |
| HSV(B) | 12.32º | 0.92% | 0.65% | - |
| XYZ | 16.53 | 9.91 | 1.46 | - |
| YUV | 77.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 14 | 0 | 0.73 | 0.92 | 0.35 | 12.32 | 0.84 | 0.35 |
| Hex | A5 | 2D | E | 0 | 49 | 5C | 23 | C | 54 | 23 |
| Octal | 245 | 55 | 16 | 0 | 111 | 134 | 43 | 14 | 124 | 43 |
| Binary | 10100101 | 101101 | 1110 | 0 | 1001001 | 1011100 | 100011 | 1100 | 1010100 | 100011 |
Color Harmonies of #A52D0E
Complementary color
Monochromatic Colors of #A52D0E
Black with #A52D0E
Text Example
Text Example
White with #A52D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D0E; }
p { color: rgb(165,45,14); }
H1.HeaderClassName
{
color: #A52D0E;
}
.AnyTagClassName
{
color: #A52D0E;
}
</style>
background-color css
<style>
a { background-color: #A52D0E; }
a { background-color: rgb(165,45,14); }
div.DivClassName
{
background-color: #A52D0E;
}
.BgClassName
{
background-color: #A52D0E;
}
</style>
border-color css
<style>
span { border-color: #A52D0E; }
span { border-color: rgb(165,45,14); }
td.TdClassName
{
border-color: #A52D0E;
}
.TagClassName
{
border-color: #A52D0E;
}
</style>