Shades of Rust #A42504
Tints of Rust #A42504
RGB
CMYK
RGB Variations
Color information
#A42504 (or 0xA42504) is known color: Rust. HEX triplet: A4, 25 and 04. RGB value is (164,37,4). Sum of RGB (Red+Green+Blue) = 164+37+4=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A42504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42504 is #5BDAFB. Grayscale: #474747. Windows color (decimal): -6019836 or 271780. OLE color: 271780.
HSL color Cylindrical-coordinate representation of color #A42504: hue angle of 12.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A42504 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.36 |
| HSL | 12.38º | 0.95% | 0.33% | - |
| HSV(B) | 12.38º | 0.98% | 0.64% | - |
| XYZ | 15.99 | 9.22 | 1.05 | - |
| YUV | 71.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 4 | 0 | 0.77 | 0.98 | 0.36 | 12.38 | 0.95 | 0.33 |
| Hex | A4 | 25 | 4 | 0 | 4D | 62 | 24 | C | 5F | 21 |
| Octal | 244 | 45 | 4 | 0 | 115 | 142 | 44 | 14 | 137 | 41 |
| Binary | 10100100 | 100101 | 100 | 0 | 1001101 | 1100010 | 100100 | 1100 | 1011111 | 100001 |
Color Harmonies of #A42504
Complementary color
Monochromatic Colors of #A42504
Black with #A42504
Text Example
Text Example
White with #A42504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42504; }
p { color: rgb(164,37,4); }
H1.HeaderClassName
{
color: #A42504;
}
.AnyTagClassName
{
color: #A42504;
}
</style>
background-color css
<style>
a { background-color: #A42504; }
a { background-color: rgb(164,37,4); }
div.DivClassName
{
background-color: #A42504;
}
.BgClassName
{
background-color: #A42504;
}
</style>
border-color css
<style>
span { border-color: #A42504; }
span { border-color: rgb(164,37,4); }
td.TdClassName
{
border-color: #A42504;
}
.TagClassName
{
border-color: #A42504;
}
</style>