Shades of Rust #A43C12
Tints of Rust #A43C12
RGB
CMYK
RGB Variations
Color information
#A43C12 (or 0xA43C12) is known color: Rust. HEX triplet: A4, 3C and 12. RGB value is (164,60,18). Sum of RGB (Red+Green+Blue) = 164+60+18=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43C12 is #5BC3ED. Grayscale: #565656. Windows color (decimal): -6013934 or 1195172. OLE color: 1195172.
HSL color Cylindrical-coordinate representation of color #A43C12: hue angle of 17.26º 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 #A43C12 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 18 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.36 |
| HSL | 17.26º | 0.8% | 0.36% | - |
| HSV(B) | 17.26º | 0.89% | 0.64% | - |
| XYZ | 17.03 | 11.17 | 1.83 | - |
| YUV | 86.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 18 | 0 | 0.63 | 0.89 | 0.36 | 17.26 | 0.8 | 0.36 |
| Hex | A4 | 3C | 12 | 0 | 3F | 59 | 24 | 11 | 50 | 24 |
| Octal | 244 | 74 | 22 | 0 | 77 | 131 | 44 | 21 | 120 | 44 |
| Binary | 10100100 | 111100 | 10010 | 0 | 111111 | 1011001 | 100100 | 10001 | 1010000 | 100100 |
Color Harmonies of #A43C12
Complementary color
Monochromatic Colors of #A43C12
Black with #A43C12
Text Example
Text Example
White with #A43C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C12; }
p { color: rgb(164,60,18); }
H1.HeaderClassName
{
color: #A43C12;
}
.AnyTagClassName
{
color: #A43C12;
}
</style>
background-color css
<style>
a { background-color: #A43C12; }
a { background-color: rgb(164,60,18); }
div.DivClassName
{
background-color: #A43C12;
}
.BgClassName
{
background-color: #A43C12;
}
</style>
border-color css
<style>
span { border-color: #A43C12; }
span { border-color: rgb(164,60,18); }
td.TdClassName
{
border-color: #A43C12;
}
.TagClassName
{
border-color: #A43C12;
}
</style>