Shades of Rust #A43816
Tints of Rust #A43816
RGB
CMYK
RGB Variations
Color information
#A43816 (or 0xA43816) is known color: Rust. HEX triplet: A4, 38 and 16. RGB value is (164,56,22). Sum of RGB (Red+Green+Blue) = 164+56+22=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A43816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43816 is #5BC7E9. Grayscale: #545454. Windows color (decimal): -6014954 or 1456292. OLE color: 1456292.
HSL color Cylindrical-coordinate representation of color #A43816: hue angle of 14.37º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A43816 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 22 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.36 |
| HSL | 14.37º | 0.76% | 0.36% | - |
| HSV(B) | 14.37º | 0.87% | 0.64% | - |
| XYZ | 16.87 | 10.78 | 1.95 | - |
| YUV | 84.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 22 | 0 | 0.66 | 0.87 | 0.36 | 14.37 | 0.76 | 0.36 |
| Hex | A4 | 38 | 16 | 0 | 42 | 57 | 24 | E | 4C | 24 |
| Octal | 244 | 70 | 26 | 0 | 102 | 127 | 44 | 16 | 114 | 44 |
| Binary | 10100100 | 111000 | 10110 | 0 | 1000010 | 1010111 | 100100 | 1110 | 1001100 | 100100 |
Color Harmonies of #A43816
Complementary color
Monochromatic Colors of #A43816
Black with #A43816
Text Example
Text Example
White with #A43816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43816; }
p { color: rgb(164,56,22); }
H1.HeaderClassName
{
color: #A43816;
}
.AnyTagClassName
{
color: #A43816;
}
</style>
background-color css
<style>
a { background-color: #A43816; }
a { background-color: rgb(164,56,22); }
div.DivClassName
{
background-color: #A43816;
}
.BgClassName
{
background-color: #A43816;
}
</style>
border-color css
<style>
span { border-color: #A43816; }
span { border-color: rgb(164,56,22); }
td.TdClassName
{
border-color: #A43816;
}
.TagClassName
{
border-color: #A43816;
}
</style>