Shades of Rust #A52C04
Tints of Rust #A52C04
RGB
CMYK
RGB Variations
Color information
#A52C04 (or 0xA52C04) is known color: Rust. HEX triplet: A5, 2C and 04. RGB value is (165,44,4). Sum of RGB (Red+Green+Blue) = 165+44+4=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C04 is #5AD3FB. Grayscale: #4B4B4B. Windows color (decimal): -5952508 or 273573. OLE color: 273573.
HSL color Cylindrical-coordinate representation of color #A52C04: hue angle of 14.91º 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 #A52C04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.35 |
| HSL | 14.91º | 0.95% | 0.33% | - |
| HSV(B) | 14.91º | 0.98% | 0.65% | - |
| XYZ | 16.44 | 9.81 | 1.14 | - |
| YUV | 75.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 4 | 0 | 0.73 | 0.98 | 0.35 | 14.91 | 0.95 | 0.33 |
| Hex | A5 | 2C | 4 | 0 | 49 | 62 | 23 | F | 5F | 21 |
| Octal | 245 | 54 | 4 | 0 | 111 | 142 | 43 | 17 | 137 | 41 |
| Binary | 10100101 | 101100 | 100 | 0 | 1001001 | 1100010 | 100011 | 1111 | 1011111 | 100001 |
Color Harmonies of #A52C04
Complementary color
Monochromatic Colors of #A52C04
Black with #A52C04
Text Example
Text Example
White with #A52C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C04; }
p { color: rgb(165,44,4); }
H1.HeaderClassName
{
color: #A52C04;
}
.AnyTagClassName
{
color: #A52C04;
}
</style>
background-color css
<style>
a { background-color: #A52C04; }
a { background-color: rgb(165,44,4); }
div.DivClassName
{
background-color: #A52C04;
}
.BgClassName
{
background-color: #A52C04;
}
</style>
border-color css
<style>
span { border-color: #A52C04; }
span { border-color: rgb(165,44,4); }
td.TdClassName
{
border-color: #A52C04;
}
.TagClassName
{
border-color: #A52C04;
}
</style>