Shades of Rust #A42D04
Tints of Rust #A42D04
RGB
CMYK
RGB Variations
Color information
#A42D04 (or 0xA42D04) is known color: Rust. HEX triplet: A4, 2D and 04. RGB value is (164,45,4). Sum of RGB (Red+Green+Blue) = 164+45+4=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D04 is #5BD2FB. Grayscale: #4C4C4C. Windows color (decimal): -6017788 or 273828. OLE color: 273828.
HSL color Cylindrical-coordinate representation of color #A42D04: hue angle of 15.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 #A42D04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.36 |
| HSL | 15.38º | 0.95% | 0.33% | - |
| HSV(B) | 15.38º | 0.98% | 0.64% | - |
| XYZ | 16.27 | 9.78 | 1.14 | - |
| YUV | 75.91 | 87.42 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 4 | 0 | 0.73 | 0.98 | 0.36 | 15.38 | 0.95 | 0.33 |
| Hex | A4 | 2D | 4 | 0 | 49 | 62 | 24 | F | 5F | 21 |
| Octal | 244 | 55 | 4 | 0 | 111 | 142 | 44 | 17 | 137 | 41 |
| Binary | 10100100 | 101101 | 100 | 0 | 1001001 | 1100010 | 100100 | 1111 | 1011111 | 100001 |
Color Harmonies of #A42D04
Complementary color
Monochromatic Colors of #A42D04
Black with #A42D04
Text Example
Text Example
White with #A42D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D04; }
p { color: rgb(164,45,4); }
H1.HeaderClassName
{
color: #A42D04;
}
.AnyTagClassName
{
color: #A42D04;
}
</style>
background-color css
<style>
a { background-color: #A42D04; }
a { background-color: rgb(164,45,4); }
div.DivClassName
{
background-color: #A42D04;
}
.BgClassName
{
background-color: #A42D04;
}
</style>
border-color css
<style>
span { border-color: #A42D04; }
span { border-color: rgb(164,45,4); }
td.TdClassName
{
border-color: #A42D04;
}
.TagClassName
{
border-color: #A42D04;
}
</style>