Shades of Rust #A33512
Tints of Rust #A33512
RGB
CMYK
RGB Variations
Color information
#A33512 (or 0xA33512) is known color: Rust. HEX triplet: A3, 35 and 12. RGB value is (163,53,18). Sum of RGB (Red+Green+Blue) = 163+53+18=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A33512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33512 is #5CCAED. Grayscale: #525252. Windows color (decimal): -6081262 or 1193379. OLE color: 1193379.
HSL color Cylindrical-coordinate representation of color #A33512: hue angle of 14.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A33512 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 18 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.36 |
| HSL | 14.48º | 0.8% | 0.35% | - |
| HSV(B) | 14.48º | 0.89% | 0.64% | - |
| XYZ | 16.49 | 10.38 | 1.71 | - |
| YUV | 81.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 18 | 0 | 0.67 | 0.89 | 0.36 | 14.48 | 0.8 | 0.35 |
| Hex | A3 | 35 | 12 | 0 | 43 | 59 | 24 | E | 50 | 23 |
| Octal | 243 | 65 | 22 | 0 | 103 | 131 | 44 | 16 | 120 | 43 |
| Binary | 10100011 | 110101 | 10010 | 0 | 1000011 | 1011001 | 100100 | 1110 | 1010000 | 100011 |
Color Harmonies of #A33512
Complementary color
Monochromatic Colors of #A33512
Black with #A33512
Text Example
Text Example
White with #A33512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33512; }
p { color: rgb(163,53,18); }
H1.HeaderClassName
{
color: #A33512;
}
.AnyTagClassName
{
color: #A33512;
}
</style>
background-color css
<style>
a { background-color: #A33512; }
a { background-color: rgb(163,53,18); }
div.DivClassName
{
background-color: #A33512;
}
.BgClassName
{
background-color: #A33512;
}
</style>
border-color css
<style>
span { border-color: #A33512; }
span { border-color: rgb(163,53,18); }
td.TdClassName
{
border-color: #A33512;
}
.TagClassName
{
border-color: #A33512;
}
</style>