Shades of Rust #A42C02
Tints of Rust #A42C02
RGB
CMYK
RGB Variations
Color information
#A42C02 (or 0xA42C02) is known color: Rust. HEX triplet: A4, 2C and 02. RGB value is (164,44,2). Sum of RGB (Red+Green+Blue) = 164+44+2=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C02 is #5BD3FD. Grayscale: #4B4B4B. Windows color (decimal): -6018046 or 142500. OLE color: 142500.
HSL color Cylindrical-coordinate representation of color #A42C02: hue angle of 15.56º 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 #A42C02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 44 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.36 |
| HSL | 15.56º | 0.98% | 0.33% | - |
| HSV(B) | 15.56º | 0.99% | 0.64% | - |
| XYZ | 16.22 | 9.7 | 1.07 | - |
| YUV | 75.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 2 | 0 | 0.73 | 0.99 | 0.36 | 15.56 | 0.98 | 0.33 |
| Hex | A4 | 2C | 2 | 0 | 49 | 63 | 24 | 10 | 62 | 21 |
| Octal | 244 | 54 | 2 | 0 | 111 | 143 | 44 | 20 | 142 | 41 |
| Binary | 10100100 | 101100 | 10 | 0 | 1001001 | 1100011 | 100100 | 10000 | 1100010 | 100001 |
Color Harmonies of #A42C02
Complementary color
Monochromatic Colors of #A42C02
Black with #A42C02
Text Example
Text Example
White with #A42C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42C02; }
p { color: rgb(164,44,2); }
H1.HeaderClassName
{
color: #A42C02;
}
.AnyTagClassName
{
color: #A42C02;
}
</style>
background-color css
<style>
a { background-color: #A42C02; }
a { background-color: rgb(164,44,2); }
div.DivClassName
{
background-color: #A42C02;
}
.BgClassName
{
background-color: #A42C02;
}
</style>
border-color css
<style>
span { border-color: #A42C02; }
span { border-color: rgb(164,44,2); }
td.TdClassName
{
border-color: #A42C02;
}
.TagClassName
{
border-color: #A42C02;
}
</style>