Shades of Rust #A42800
Tints of Rust #A42800
RGB
CMYK
RGB Variations
Color information
#A42800 (or 0xA42800) is known color: Rust. HEX triplet: A4, 28 and 00. RGB value is (164,40,0). Sum of RGB (Red+Green+Blue) = 164+40+0=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A42800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42800 is #5BD7FF. Grayscale: #484848. Windows color (decimal): -6019072 or 10404. OLE color: 10404.
HSL color Cylindrical-coordinate representation of color #A42800: hue angle of 14.63º 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 #A42800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.36 |
| HSL | 14.63º | 1% | 0.32% | - |
| HSV(B) | 14.63º | 1% | 0.64% | - |
| XYZ | 16.07 | 9.41 | 0.97 | - |
| YUV | 72.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 0 | 0 | 0.76 | 1 | 0.36 | 14.63 | 1 | 0.32 |
| Hex | A4 | 28 | 0 | 0 | 4C | 64 | 24 | F | 64 | 20 |
| Octal | 244 | 50 | 0 | 0 | 114 | 144 | 44 | 17 | 144 | 40 |
| Binary | 10100100 | 101000 | 0 | 0 | 1001100 | 1100100 | 100100 | 1111 | 1100100 | 100000 |
Color Harmonies of #A42800
Complementary color
Monochromatic Colors of #A42800
Black with #A42800
Text Example
Text Example
White with #A42800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42800; }
p { color: rgb(164,40,0); }
H1.HeaderClassName
{
color: #A42800;
}
.AnyTagClassName
{
color: #A42800;
}
</style>
background-color css
<style>
a { background-color: #A42800; }
a { background-color: rgb(164,40,0); }
div.DivClassName
{
background-color: #A42800;
}
.BgClassName
{
background-color: #A42800;
}
</style>
border-color css
<style>
span { border-color: #A42800; }
span { border-color: rgb(164,40,0); }
td.TdClassName
{
border-color: #A42800;
}
.TagClassName
{
border-color: #A42800;
}
</style>