Shades of Rust #A43310
Tints of Rust #A43310
RGB
CMYK
RGB Variations
Color information
#A43310 (or 0xA43310) is known color: Rust. HEX triplet: A4, 33 and 10. RGB value is (164,51,16). Sum of RGB (Red+Green+Blue) = 164+51+16=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A43310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43310 is #5BCCEF. Grayscale: #515151. Windows color (decimal): -6016240 or 1061796. OLE color: 1061796.
HSL color Cylindrical-coordinate representation of color #A43310: hue angle of 14.19º 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 #A43310 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 16 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.36 |
| HSL | 14.19º | 0.82% | 0.35% | - |
| HSV(B) | 14.19º | 0.9% | 0.64% | - |
| XYZ | 16.59 | 10.3 | 1.6 | - |
| YUV | 80.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 16 | 0 | 0.69 | 0.90 | 0.36 | 14.19 | 0.82 | 0.35 |
| Hex | A4 | 33 | 10 | 0 | 45 | 5A | 24 | E | 52 | 23 |
| Octal | 244 | 63 | 20 | 0 | 105 | 132 | 44 | 16 | 122 | 43 |
| Binary | 10100100 | 110011 | 10000 | 0 | 1000101 | 1011010 | 100100 | 1110 | 1010010 | 100011 |
Color Harmonies of #A43310
Complementary color
Monochromatic Colors of #A43310
Black with #A43310
Text Example
Text Example
White with #A43310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43310; }
p { color: rgb(164,51,16); }
H1.HeaderClassName
{
color: #A43310;
}
.AnyTagClassName
{
color: #A43310;
}
</style>
background-color css
<style>
a { background-color: #A43310; }
a { background-color: rgb(164,51,16); }
div.DivClassName
{
background-color: #A43310;
}
.BgClassName
{
background-color: #A43310;
}
</style>
border-color css
<style>
span { border-color: #A43310; }
span { border-color: rgb(164,51,16); }
td.TdClassName
{
border-color: #A43310;
}
.TagClassName
{
border-color: #A43310;
}
</style>