Shades of Rust #A3430D
Tints of Rust #A3430D
RGB
CMYK
RGB Variations
Color information
#A3430D (or 0xA3430D) is known color: Rust. HEX triplet: A3, 43 and 0D. RGB value is (163,67,13). Sum of RGB (Red+Green+Blue) = 163+67+13=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3430D is #5CBCF2. Grayscale: #595959. Windows color (decimal): -6077683 or 869283. OLE color: 869283.
HSL color Cylindrical-coordinate representation of color #A3430D: hue angle of 21.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3430D is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 13 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.36 |
| HSL | 21.6º | 0.85% | 0.35% | - |
| HSV(B) | 21.6º | 0.92% | 0.64% | - |
| XYZ | 17.18 | 11.83 | 1.76 | - |
| YUV | 89.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 13 | 0 | 0.59 | 0.92 | 0.36 | 21.6 | 0.85 | 0.35 |
| Hex | A3 | 43 | D | 0 | 3B | 5C | 24 | 16 | 55 | 23 |
| Octal | 243 | 103 | 15 | 0 | 73 | 134 | 44 | 26 | 125 | 43 |
| Binary | 10100011 | 1000011 | 1101 | 0 | 111011 | 1011100 | 100100 | 10110 | 1010101 | 100011 |
Color Harmonies of #A3430D
Complementary color
Monochromatic Colors of #A3430D
Black with #A3430D
Text Example
Text Example
White with #A3430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3430D; }
p { color: rgb(163,67,13); }
H1.HeaderClassName
{
color: #A3430D;
}
.AnyTagClassName
{
color: #A3430D;
}
</style>
background-color css
<style>
a { background-color: #A3430D; }
a { background-color: rgb(163,67,13); }
div.DivClassName
{
background-color: #A3430D;
}
.BgClassName
{
background-color: #A3430D;
}
</style>
border-color css
<style>
span { border-color: #A3430D; }
span { border-color: rgb(163,67,13); }
td.TdClassName
{
border-color: #A3430D;
}
.TagClassName
{
border-color: #A3430D;
}
</style>