Shades of Rust #A42500
Tints of Rust #A42500
RGB
CMYK
RGB Variations
Color information
#A42500 (or 0xA42500) is known color: Rust. HEX triplet: A4, 25 and 00. RGB value is (164,37,0). Sum of RGB (Red+Green+Blue) = 164+37+0=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A42500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42500 is #5BDAFF. Grayscale: #474747. Windows color (decimal): -6019840 or 9636. OLE color: 9636.
HSL color Cylindrical-coordinate representation of color #A42500: hue angle of 13.54º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A42500 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.36 |
| HSL | 13.54º | 1% | 0.32% | - |
| HSV(B) | 13.54º | 1% | 0.64% | - |
| XYZ | 15.97 | 9.22 | 0.94 | - |
| YUV | 70.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 0 | 0 | 0.77 | 1 | 0.36 | 13.54 | 1 | 0.32 |
| Hex | A4 | 25 | 0 | 0 | 4D | 64 | 24 | E | 64 | 20 |
| Octal | 244 | 45 | 0 | 0 | 115 | 144 | 44 | 16 | 144 | 40 |
| Binary | 10100100 | 100101 | 0 | 0 | 1001101 | 1100100 | 100100 | 1110 | 1100100 | 100000 |
Color Harmonies of #A42500
Complementary color
Monochromatic Colors of #A42500
Black with #A42500
Text Example
Text Example
White with #A42500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42500; }
p { color: rgb(164,37,0); }
H1.HeaderClassName
{
color: #A42500;
}
.AnyTagClassName
{
color: #A42500;
}
</style>
background-color css
<style>
a { background-color: #A42500; }
a { background-color: rgb(164,37,0); }
div.DivClassName
{
background-color: #A42500;
}
.BgClassName
{
background-color: #A42500;
}
</style>
border-color css
<style>
span { border-color: #A42500; }
span { border-color: rgb(164,37,0); }
td.TdClassName
{
border-color: #A42500;
}
.TagClassName
{
border-color: #A42500;
}
</style>