Shades of Rust #A33716
Tints of Rust #A33716
RGB
CMYK
RGB Variations
Color information
#A33716 (or 0xA33716) is known color: Rust. HEX triplet: A3, 37 and 16. RGB value is (163,55,22). Sum of RGB (Red+Green+Blue) = 163+55+22=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A33716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33716 is #5CC8E9. Grayscale: #535353. Windows color (decimal): -6080746 or 1456035. OLE color: 1456035.
HSL color Cylindrical-coordinate representation of color #A33716: hue angle of 14.04º 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 #A33716 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 22 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.36 |
| HSL | 14.04º | 0.76% | 0.36% | - |
| HSV(B) | 14.04º | 0.87% | 0.64% | - |
| XYZ | 16.62 | 10.58 | 1.92 | - |
| YUV | 83.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 22 | 0 | 0.66 | 0.87 | 0.36 | 14.04 | 0.76 | 0.36 |
| Hex | A3 | 37 | 16 | 0 | 42 | 57 | 24 | E | 4C | 24 |
| Octal | 243 | 67 | 26 | 0 | 102 | 127 | 44 | 16 | 114 | 44 |
| Binary | 10100011 | 110111 | 10110 | 0 | 1000010 | 1010111 | 100100 | 1110 | 1001100 | 100100 |
Color Harmonies of #A33716
Complementary color
Monochromatic Colors of #A33716
Black with #A33716
Text Example
Text Example
White with #A33716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33716; }
p { color: rgb(163,55,22); }
H1.HeaderClassName
{
color: #A33716;
}
.AnyTagClassName
{
color: #A33716;
}
</style>
background-color css
<style>
a { background-color: #A33716; }
a { background-color: rgb(163,55,22); }
div.DivClassName
{
background-color: #A33716;
}
.BgClassName
{
background-color: #A33716;
}
</style>
border-color css
<style>
span { border-color: #A33716; }
span { border-color: rgb(163,55,22); }
td.TdClassName
{
border-color: #A33716;
}
.TagClassName
{
border-color: #A33716;
}
</style>