Shades of Rust #A43F12
Tints of Rust #A43F12
RGB
CMYK
RGB Variations
Color information
#A43F12 (or 0xA43F12) is known color: Rust. HEX triplet: A4, 3F and 12. RGB value is (164,63,18). Sum of RGB (Red+Green+Blue) = 164+63+18=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43F12 is #5BC0ED. Grayscale: #585858. Windows color (decimal): -6013166 or 1195940. OLE color: 1195940.
HSL color Cylindrical-coordinate representation of color #A43F12: hue angle of 18.49º 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 #A43F12 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 18 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.36 |
| HSL | 18.49º | 0.8% | 0.36% | - |
| HSV(B) | 18.49º | 0.89% | 0.64% | - |
| XYZ | 17.2 | 11.49 | 1.88 | - |
| YUV | 88.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 18 | 0 | 0.62 | 0.89 | 0.36 | 18.49 | 0.8 | 0.36 |
| Hex | A4 | 3F | 12 | 0 | 3E | 59 | 24 | 12 | 50 | 24 |
| Octal | 244 | 77 | 22 | 0 | 76 | 131 | 44 | 22 | 120 | 44 |
| Binary | 10100100 | 111111 | 10010 | 0 | 111110 | 1011001 | 100100 | 10010 | 1010000 | 100100 |
Color Harmonies of #A43F12
Complementary color
Monochromatic Colors of #A43F12
Black with #A43F12
Text Example
Text Example
White with #A43F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F12; }
p { color: rgb(164,63,18); }
H1.HeaderClassName
{
color: #A43F12;
}
.AnyTagClassName
{
color: #A43F12;
}
</style>
background-color css
<style>
a { background-color: #A43F12; }
a { background-color: rgb(164,63,18); }
div.DivClassName
{
background-color: #A43F12;
}
.BgClassName
{
background-color: #A43F12;
}
</style>
border-color css
<style>
span { border-color: #A43F12; }
span { border-color: rgb(164,63,18); }
td.TdClassName
{
border-color: #A43F12;
}
.TagClassName
{
border-color: #A43F12;
}
</style>