Shades of Rust #A42505
Tints of Rust #A42505
RGB
CMYK
RGB Variations
Color information
#A42505 (or 0xA42505) is known color: Rust. HEX triplet: A4, 25 and 05. RGB value is (164,37,5). Sum of RGB (Red+Green+Blue) = 164+37+5=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A42505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42505 is #5BDAFA. Grayscale: #474747. Windows color (decimal): -6019835 or 337316. OLE color: 337316.
HSL color Cylindrical-coordinate representation of color #A42505: hue angle of 12.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A42505 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.36 |
| HSL | 12.08º | 0.94% | 0.33% | - |
| HSV(B) | 12.08º | 0.97% | 0.64% | - |
| XYZ | 16 | 9.23 | 1.08 | - |
| YUV | 71.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 5 | 0 | 0.77 | 0.97 | 0.36 | 12.08 | 0.94 | 0.33 |
| Hex | A4 | 25 | 5 | 0 | 4D | 61 | 24 | C | 5E | 21 |
| Octal | 244 | 45 | 5 | 0 | 115 | 141 | 44 | 14 | 136 | 41 |
| Binary | 10100100 | 100101 | 101 | 0 | 1001101 | 1100001 | 100100 | 1100 | 1011110 | 100001 |
Color Harmonies of #A42505
Complementary color
Monochromatic Colors of #A42505
Black with #A42505
Text Example
Text Example
White with #A42505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42505; }
p { color: rgb(164,37,5); }
H1.HeaderClassName
{
color: #A42505;
}
.AnyTagClassName
{
color: #A42505;
}
</style>
background-color css
<style>
a { background-color: #A42505; }
a { background-color: rgb(164,37,5); }
div.DivClassName
{
background-color: #A42505;
}
.BgClassName
{
background-color: #A42505;
}
</style>
border-color css
<style>
span { border-color: #A42505; }
span { border-color: rgb(164,37,5); }
td.TdClassName
{
border-color: #A42505;
}
.TagClassName
{
border-color: #A42505;
}
</style>