Shades of Rust #A52D0D
Tints of Rust #A52D0D
RGB
CMYK
RGB Variations
Color information
#A52D0D (or 0xA52D0D) is known color: Rust. HEX triplet: A5, 2D and 0D. RGB value is (165,45,13). Sum of RGB (Red+Green+Blue) = 165+45+13=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D0D is #5AD2F2. Grayscale: #4D4D4D. Windows color (decimal): -5952243 or 863653. OLE color: 863653.
HSL color Cylindrical-coordinate representation of color #A52D0D: hue angle of 12.63º degrees, saturation: 0.85, 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 #A52D0D is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 13 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.35 |
| HSL | 12.63º | 0.85% | 0.35% | - |
| HSV(B) | 12.63º | 0.92% | 0.65% | - |
| XYZ | 16.53 | 9.91 | 1.42 | - |
| YUV | 77.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 13 | 0 | 0.73 | 0.92 | 0.35 | 12.63 | 0.85 | 0.35 |
| Hex | A5 | 2D | D | 0 | 49 | 5C | 23 | D | 55 | 23 |
| Octal | 245 | 55 | 15 | 0 | 111 | 134 | 43 | 15 | 125 | 43 |
| Binary | 10100101 | 101101 | 1101 | 0 | 1001001 | 1011100 | 100011 | 1101 | 1010101 | 100011 |
Color Harmonies of #A52D0D
Complementary color
Monochromatic Colors of #A52D0D
Black with #A52D0D
Text Example
Text Example
White with #A52D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D0D; }
p { color: rgb(165,45,13); }
H1.HeaderClassName
{
color: #A52D0D;
}
.AnyTagClassName
{
color: #A52D0D;
}
</style>
background-color css
<style>
a { background-color: #A52D0D; }
a { background-color: rgb(165,45,13); }
div.DivClassName
{
background-color: #A52D0D;
}
.BgClassName
{
background-color: #A52D0D;
}
</style>
border-color css
<style>
span { border-color: #A52D0D; }
span { border-color: rgb(165,45,13); }
td.TdClassName
{
border-color: #A52D0D;
}
.TagClassName
{
border-color: #A52D0D;
}
</style>