Shades of Rust #A42402
Tints of Rust #A42402
RGB
CMYK
RGB Variations
Color information
#A42402 (or 0xA42402) is known color: Rust. HEX triplet: A4, 24 and 02. RGB value is (164,36,2). Sum of RGB (Red+Green+Blue) = 164+36+2=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A42402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42402 is #5BDBFD. Grayscale: #464646. Windows color (decimal): -6020094 or 140452. OLE color: 140452.
HSL color Cylindrical-coordinate representation of color #A42402: hue angle of 12.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A42402 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.36 |
| HSL | 12.59º | 0.98% | 0.33% | - |
| HSV(B) | 12.59º | 0.99% | 0.64% | - |
| XYZ | 15.95 | 9.16 | 0.98 | - |
| YUV | 70.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 2 | 0 | 0.78 | 0.99 | 0.36 | 12.59 | 0.98 | 0.33 |
| Hex | A4 | 24 | 2 | 0 | 4E | 63 | 24 | D | 62 | 21 |
| Octal | 244 | 44 | 2 | 0 | 116 | 143 | 44 | 15 | 142 | 41 |
| Binary | 10100100 | 100100 | 10 | 0 | 1001110 | 1100011 | 100100 | 1101 | 1100010 | 100001 |
Color Harmonies of #A42402
Complementary color
Monochromatic Colors of #A42402
Black with #A42402
Text Example
Text Example
White with #A42402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42402; }
p { color: rgb(164,36,2); }
H1.HeaderClassName
{
color: #A42402;
}
.AnyTagClassName
{
color: #A42402;
}
</style>
background-color css
<style>
a { background-color: #A42402; }
a { background-color: rgb(164,36,2); }
div.DivClassName
{
background-color: #A42402;
}
.BgClassName
{
background-color: #A42402;
}
</style>
border-color css
<style>
span { border-color: #A42402; }
span { border-color: rgb(164,36,2); }
td.TdClassName
{
border-color: #A42402;
}
.TagClassName
{
border-color: #A42402;
}
</style>