Shades of Rust #A43706
Tints of Rust #A43706
RGB
CMYK
RGB Variations
Color information
#A43706 (or 0xA43706) is known color: Rust. HEX triplet: A4, 37 and 06. RGB value is (164,55,6). Sum of RGB (Red+Green+Blue) = 164+55+6=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A43706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43706 is #5BC8F9. Grayscale: #525252. Windows color (decimal): -6015226 or 407460. OLE color: 407460.
HSL color Cylindrical-coordinate representation of color #A43706: hue angle of 18.61º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A43706 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 6 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.36 |
| HSL | 18.61º | 0.93% | 0.33% | - |
| HSV(B) | 18.61º | 0.96% | 0.64% | - |
| XYZ | 16.71 | 10.64 | 1.34 | - |
| YUV | 82.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 6 | 0 | 0.66 | 0.96 | 0.36 | 18.61 | 0.93 | 0.33 |
| Hex | A4 | 37 | 6 | 0 | 42 | 60 | 24 | 13 | 5D | 21 |
| Octal | 244 | 67 | 6 | 0 | 102 | 140 | 44 | 23 | 135 | 41 |
| Binary | 10100100 | 110111 | 110 | 0 | 1000010 | 1100000 | 100100 | 10011 | 1011101 | 100001 |
Color Harmonies of #A43706
Complementary color
Monochromatic Colors of #A43706
Black with #A43706
Text Example
Text Example
White with #A43706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43706; }
p { color: rgb(164,55,6); }
H1.HeaderClassName
{
color: #A43706;
}
.AnyTagClassName
{
color: #A43706;
}
</style>
background-color css
<style>
a { background-color: #A43706; }
a { background-color: rgb(164,55,6); }
div.DivClassName
{
background-color: #A43706;
}
.BgClassName
{
background-color: #A43706;
}
</style>
border-color css
<style>
span { border-color: #A43706; }
span { border-color: rgb(164,55,6); }
td.TdClassName
{
border-color: #A43706;
}
.TagClassName
{
border-color: #A43706;
}
</style>