Shades of Rust #A33A16
Tints of Rust #A33A16
RGB
CMYK
RGB Variations
Color information
#A33A16 (or 0xA33A16) is known color: Rust. HEX triplet: A3, 3A and 16. RGB value is (163,58,22). Sum of RGB (Red+Green+Blue) = 163+58+22=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A16 is #5CC5E9. Grayscale: #555555. Windows color (decimal): -6079978 or 1456803. OLE color: 1456803.
HSL color Cylindrical-coordinate representation of color #A33A16: hue angle of 15.32º 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 #A33A16 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 22 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.36 |
| HSL | 15.32º | 0.76% | 0.36% | - |
| HSV(B) | 15.32º | 0.87% | 0.64% | - |
| XYZ | 16.76 | 10.87 | 1.97 | - |
| YUV | 85.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 22 | 0 | 0.64 | 0.87 | 0.36 | 15.32 | 0.76 | 0.36 |
| Hex | A3 | 3A | 16 | 0 | 40 | 57 | 24 | F | 4C | 24 |
| Octal | 243 | 72 | 26 | 0 | 100 | 127 | 44 | 17 | 114 | 44 |
| Binary | 10100011 | 111010 | 10110 | 0 | 1000000 | 1010111 | 100100 | 1111 | 1001100 | 100100 |
Color Harmonies of #A33A16
Complementary color
Monochromatic Colors of #A33A16
Black with #A33A16
Text Example
Text Example
White with #A33A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A16; }
p { color: rgb(163,58,22); }
H1.HeaderClassName
{
color: #A33A16;
}
.AnyTagClassName
{
color: #A33A16;
}
</style>
background-color css
<style>
a { background-color: #A33A16; }
a { background-color: rgb(163,58,22); }
div.DivClassName
{
background-color: #A33A16;
}
.BgClassName
{
background-color: #A33A16;
}
</style>
border-color css
<style>
span { border-color: #A33A16; }
span { border-color: rgb(163,58,22); }
td.TdClassName
{
border-color: #A33A16;
}
.TagClassName
{
border-color: #A33A16;
}
</style>