Shades of Rust #A43012
Tints of Rust #A43012
RGB
CMYK
RGB Variations
Color information
#A43012 (or 0xA43012) is known color: Rust. HEX triplet: A4, 30 and 12. RGB value is (164,48,18). Sum of RGB (Red+Green+Blue) = 164+48+18=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A43012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43012 is #5BCFED. Grayscale: #4F4F4F. Windows color (decimal): -6017006 or 1192100. OLE color: 1192100.
HSL color Cylindrical-coordinate representation of color #A43012: hue angle of 12.33º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A43012 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 18 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.36 |
| HSL | 12.33º | 0.8% | 0.36% | - |
| HSV(B) | 12.33º | 0.89% | 0.64% | - |
| XYZ | 16.48 | 10.05 | 1.64 | - |
| YUV | 79.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 18 | 0 | 0.71 | 0.89 | 0.36 | 12.33 | 0.8 | 0.36 |
| Hex | A4 | 30 | 12 | 0 | 47 | 59 | 24 | C | 50 | 24 |
| Octal | 244 | 60 | 22 | 0 | 107 | 131 | 44 | 14 | 120 | 44 |
| Binary | 10100100 | 110000 | 10010 | 0 | 1000111 | 1011001 | 100100 | 1100 | 1010000 | 100100 |
Color Harmonies of #A43012
Complementary color
Monochromatic Colors of #A43012
Black with #A43012
Text Example
Text Example
White with #A43012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43012; }
p { color: rgb(164,48,18); }
H1.HeaderClassName
{
color: #A43012;
}
.AnyTagClassName
{
color: #A43012;
}
</style>
background-color css
<style>
a { background-color: #A43012; }
a { background-color: rgb(164,48,18); }
div.DivClassName
{
background-color: #A43012;
}
.BgClassName
{
background-color: #A43012;
}
</style>
border-color css
<style>
span { border-color: #A43012; }
span { border-color: rgb(164,48,18); }
td.TdClassName
{
border-color: #A43012;
}
.TagClassName
{
border-color: #A43012;
}
</style>