Shades of Rust #A33410
Tints of Rust #A33410
RGB
CMYK
RGB Variations
Color information
#A33410 (or 0xA33410) is known color: Rust. HEX triplet: A3, 34 and 10. RGB value is (163,52,16). Sum of RGB (Red+Green+Blue) = 163+52+16=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A33410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33410 is #5CCBEF. Grayscale: #515151. Windows color (decimal): -6081520 or 1062051. OLE color: 1062051.
HSL color Cylindrical-coordinate representation of color #A33410: hue angle of 14.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A33410 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 16 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.36 |
| HSL | 14.69º | 0.82% | 0.35% | - |
| HSV(B) | 14.69º | 0.9% | 0.64% | - |
| XYZ | 16.43 | 10.28 | 1.61 | - |
| YUV | 81.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 16 | 0 | 0.68 | 0.90 | 0.36 | 14.69 | 0.82 | 0.35 |
| Hex | A3 | 34 | 10 | 0 | 44 | 5A | 24 | F | 52 | 23 |
| Octal | 243 | 64 | 20 | 0 | 104 | 132 | 44 | 17 | 122 | 43 |
| Binary | 10100011 | 110100 | 10000 | 0 | 1000100 | 1011010 | 100100 | 1111 | 1010010 | 100011 |
Color Harmonies of #A33410
Complementary color
Monochromatic Colors of #A33410
Black with #A33410
Text Example
Text Example
White with #A33410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33410; }
p { color: rgb(163,52,16); }
H1.HeaderClassName
{
color: #A33410;
}
.AnyTagClassName
{
color: #A33410;
}
</style>
background-color css
<style>
a { background-color: #A33410; }
a { background-color: rgb(163,52,16); }
div.DivClassName
{
background-color: #A33410;
}
.BgClassName
{
background-color: #A33410;
}
</style>
border-color css
<style>
span { border-color: #A33410; }
span { border-color: rgb(163,52,16); }
td.TdClassName
{
border-color: #A33410;
}
.TagClassName
{
border-color: #A33410;
}
</style>