Shades of Rust #A3430A
Tints of Rust #A3430A
RGB
CMYK
RGB Variations
Color information
#A3430A (or 0xA3430A) is known color: Rust. HEX triplet: A3, 43 and 0A. RGB value is (163,67,10). Sum of RGB (Red+Green+Blue) = 163+67+10=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A3430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3430A is #5CBCF5. Grayscale: #595959. Windows color (decimal): -6077686 or 672675. OLE color: 672675.
HSL color Cylindrical-coordinate representation of color #A3430A: hue angle of 22.35º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3430A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 10 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.36 |
| HSL | 22.35º | 0.88% | 0.34% | - |
| HSV(B) | 22.35º | 0.94% | 0.64% | - |
| XYZ | 17.17 | 11.82 | 1.66 | - |
| YUV | 89.21 | 83.3 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 10 | 0 | 0.59 | 0.94 | 0.36 | 22.35 | 0.88 | 0.34 |
| Hex | A3 | 43 | A | 0 | 3B | 5E | 24 | 16 | 58 | 22 |
| Octal | 243 | 103 | 12 | 0 | 73 | 136 | 44 | 26 | 130 | 42 |
| Binary | 10100011 | 1000011 | 1010 | 0 | 111011 | 1011110 | 100100 | 10110 | 1011000 | 100010 |
Color Harmonies of #A3430A
Complementary color
Monochromatic Colors of #A3430A
Black with #A3430A
Text Example
Text Example
White with #A3430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3430A; }
p { color: rgb(163,67,10); }
H1.HeaderClassName
{
color: #A3430A;
}
.AnyTagClassName
{
color: #A3430A;
}
</style>
background-color css
<style>
a { background-color: #A3430A; }
a { background-color: rgb(163,67,10); }
div.DivClassName
{
background-color: #A3430A;
}
.BgClassName
{
background-color: #A3430A;
}
</style>
border-color css
<style>
span { border-color: #A3430A; }
span { border-color: rgb(163,67,10); }
td.TdClassName
{
border-color: #A3430A;
}
.TagClassName
{
border-color: #A3430A;
}
</style>