Shades of Rust #A42802
Tints of Rust #A42802
RGB
CMYK
RGB Variations
Color information
#A42802 (or 0xA42802) is known color: Rust. HEX triplet: A4, 28 and 02. RGB value is (164,40,2). Sum of RGB (Red+Green+Blue) = 164+40+2=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A42802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42802 is #5BD7FD. Grayscale: #494949. Windows color (decimal): -6019070 or 141476. OLE color: 141476.
HSL color Cylindrical-coordinate representation of color #A42802: hue angle of 14.07º 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 #A42802 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.36 |
| HSL | 14.07º | 0.98% | 0.33% | - |
| HSV(B) | 14.07º | 0.99% | 0.64% | - |
| XYZ | 16.08 | 9.41 | 1.03 | - |
| YUV | 72.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 2 | 0 | 0.76 | 0.99 | 0.36 | 14.07 | 0.98 | 0.33 |
| Hex | A4 | 28 | 2 | 0 | 4C | 63 | 24 | E | 62 | 21 |
| Octal | 244 | 50 | 2 | 0 | 114 | 143 | 44 | 16 | 142 | 41 |
| Binary | 10100100 | 101000 | 10 | 0 | 1001100 | 1100011 | 100100 | 1110 | 1100010 | 100001 |
Color Harmonies of #A42802
Complementary color
Monochromatic Colors of #A42802
Black with #A42802
Text Example
Text Example
White with #A42802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42802; }
p { color: rgb(164,40,2); }
H1.HeaderClassName
{
color: #A42802;
}
.AnyTagClassName
{
color: #A42802;
}
</style>
background-color css
<style>
a { background-color: #A42802; }
a { background-color: rgb(164,40,2); }
div.DivClassName
{
background-color: #A42802;
}
.BgClassName
{
background-color: #A42802;
}
</style>
border-color css
<style>
span { border-color: #A42802; }
span { border-color: rgb(164,40,2); }
td.TdClassName
{
border-color: #A42802;
}
.TagClassName
{
border-color: #A42802;
}
</style>