Shades of Rust #A42C00
Tints of Rust #A42C00
RGB
CMYK
RGB Variations
Color information
#A42C00 (or 0xA42C00) is known color: Rust. HEX triplet: A4, 2C and 00. RGB value is (164,44,0). Sum of RGB (Red+Green+Blue) = 164+44+0=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C00 is #5BD3FF. Grayscale: #4B4B4B. Windows color (decimal): -6018048 or 11428. OLE color: 11428.
HSL color Cylindrical-coordinate representation of color #A42C00: hue angle of 16.1º 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 #A42C00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 44 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.36 |
| HSL | 16.1º | 1% | 0.32% | - |
| HSV(B) | 16.1º | 1% | 0.64% | - |
| XYZ | 16.21 | 9.69 | 1.02 | - |
| YUV | 74.86 | 85.76 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 0 | 0 | 0.73 | 1 | 0.36 | 16.1 | 1 | 0.32 |
| Hex | A4 | 2C | 0 | 0 | 49 | 64 | 24 | 10 | 64 | 20 |
| Octal | 244 | 54 | 0 | 0 | 111 | 144 | 44 | 20 | 144 | 40 |
| Binary | 10100100 | 101100 | 0 | 0 | 1001001 | 1100100 | 100100 | 10000 | 1100100 | 100000 |
Color Harmonies of #A42C00
Complementary color
Monochromatic Colors of #A42C00
Black with #A42C00
Text Example
Text Example
White with #A42C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42C00; }
p { color: rgb(164,44,0); }
H1.HeaderClassName
{
color: #A42C00;
}
.AnyTagClassName
{
color: #A42C00;
}
</style>
background-color css
<style>
a { background-color: #A42C00; }
a { background-color: rgb(164,44,0); }
div.DivClassName
{
background-color: #A42C00;
}
.BgClassName
{
background-color: #A42C00;
}
</style>
border-color css
<style>
span { border-color: #A42C00; }
span { border-color: rgb(164,44,0); }
td.TdClassName
{
border-color: #A42C00;
}
.TagClassName
{
border-color: #A42C00;
}
</style>