Shades of Rust #A43710
Tints of Rust #A43710
RGB
CMYK
RGB Variations
Color information
#A43710 (or 0xA43710) is known color: Rust. HEX triplet: A4, 37 and 10. RGB value is (164,55,16). Sum of RGB (Red+Green+Blue) = 164+55+16=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A43710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43710 is #5BC8EF. Grayscale: #535353. Windows color (decimal): -6015216 or 1062820. OLE color: 1062820.
HSL color Cylindrical-coordinate representation of color #A43710: hue angle of 15.81º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A43710 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 16 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.36 |
| HSL | 15.81º | 0.82% | 0.35% | - |
| HSV(B) | 15.81º | 0.9% | 0.64% | - |
| XYZ | 16.77 | 10.66 | 1.66 | - |
| YUV | 83.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 16 | 0 | 0.66 | 0.90 | 0.36 | 15.81 | 0.82 | 0.35 |
| Hex | A4 | 37 | 10 | 0 | 42 | 5A | 24 | 10 | 52 | 23 |
| Octal | 244 | 67 | 20 | 0 | 102 | 132 | 44 | 20 | 122 | 43 |
| Binary | 10100100 | 110111 | 10000 | 0 | 1000010 | 1011010 | 100100 | 10000 | 1010010 | 100011 |
Color Harmonies of #A43710
Complementary color
Monochromatic Colors of #A43710
Black with #A43710
Text Example
Text Example
White with #A43710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43710; }
p { color: rgb(164,55,16); }
H1.HeaderClassName
{
color: #A43710;
}
.AnyTagClassName
{
color: #A43710;
}
</style>
background-color css
<style>
a { background-color: #A43710; }
a { background-color: rgb(164,55,16); }
div.DivClassName
{
background-color: #A43710;
}
.BgClassName
{
background-color: #A43710;
}
</style>
border-color css
<style>
span { border-color: #A43710; }
span { border-color: rgb(164,55,16); }
td.TdClassName
{
border-color: #A43710;
}
.TagClassName
{
border-color: #A43710;
}
</style>