Shades of Rust #A52D04
Tints of Rust #A52D04
RGB
CMYK
RGB Variations
Color information
#A52D04 (or 0xA52D04) is known color: Rust. HEX triplet: A5, 2D and 04. RGB value is (165,45,4). Sum of RGB (Red+Green+Blue) = 165+45+4=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D04 is #5AD2FB. Grayscale: #4C4C4C. Windows color (decimal): -5952252 or 273829. OLE color: 273829.
HSL color Cylindrical-coordinate representation of color #A52D04: hue angle of 15.28º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A52D04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.35 |
| HSL | 15.28º | 0.95% | 0.33% | - |
| HSV(B) | 15.28º | 0.98% | 0.65% | - |
| XYZ | 16.48 | 9.88 | 1.15 | - |
| YUV | 76.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 4 | 0 | 0.73 | 0.98 | 0.35 | 15.28 | 0.95 | 0.33 |
| Hex | A5 | 2D | 4 | 0 | 49 | 62 | 23 | F | 5F | 21 |
| Octal | 245 | 55 | 4 | 0 | 111 | 142 | 43 | 17 | 137 | 41 |
| Binary | 10100101 | 101101 | 100 | 0 | 1001001 | 1100010 | 100011 | 1111 | 1011111 | 100001 |
Color Harmonies of #A52D04
Complementary color
Monochromatic Colors of #A52D04
Black with #A52D04
Text Example
Text Example
White with #A52D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D04; }
p { color: rgb(165,45,4); }
H1.HeaderClassName
{
color: #A52D04;
}
.AnyTagClassName
{
color: #A52D04;
}
</style>
background-color css
<style>
a { background-color: #A52D04; }
a { background-color: rgb(165,45,4); }
div.DivClassName
{
background-color: #A52D04;
}
.BgClassName
{
background-color: #A52D04;
}
</style>
border-color css
<style>
span { border-color: #A52D04; }
span { border-color: rgb(165,45,4); }
td.TdClassName
{
border-color: #A52D04;
}
.TagClassName
{
border-color: #A52D04;
}
</style>