Shades of Rust #A3450D
Tints of Rust #A3450D
RGB
CMYK
RGB Variations
Color information
#A3450D (or 0xA3450D) is known color: Rust. HEX triplet: A3, 45 and 0D. RGB value is (163,69,13). Sum of RGB (Red+Green+Blue) = 163+69+13=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3450D is #5CBAF2. Grayscale: #5B5B5B. Windows color (decimal): -6077171 or 869795. OLE color: 869795.
HSL color Cylindrical-coordinate representation of color #A3450D: hue angle of 22.4º 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 #A3450D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.36 |
| HSL | 22.4º | 0.85% | 0.35% | - |
| HSV(B) | 22.4º | 0.92% | 0.64% | - |
| XYZ | 17.31 | 12.07 | 1.8 | - |
| YUV | 90.72 | 84.14 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 13 | 0 | 0.58 | 0.92 | 0.36 | 22.4 | 0.85 | 0.35 |
| Hex | A3 | 45 | D | 0 | 3A | 5C | 24 | 16 | 55 | 23 |
| Octal | 243 | 105 | 15 | 0 | 72 | 134 | 44 | 26 | 125 | 43 |
| Binary | 10100011 | 1000101 | 1101 | 0 | 111010 | 1011100 | 100100 | 10110 | 1010101 | 100011 |
Color Harmonies of #A3450D
Complementary color
Monochromatic Colors of #A3450D
Black with #A3450D
Text Example
Text Example
White with #A3450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3450D; }
p { color: rgb(163,69,13); }
H1.HeaderClassName
{
color: #A3450D;
}
.AnyTagClassName
{
color: #A3450D;
}
</style>
background-color css
<style>
a { background-color: #A3450D; }
a { background-color: rgb(163,69,13); }
div.DivClassName
{
background-color: #A3450D;
}
.BgClassName
{
background-color: #A3450D;
}
</style>
border-color css
<style>
span { border-color: #A3450D; }
span { border-color: rgb(163,69,13); }
td.TdClassName
{
border-color: #A3450D;
}
.TagClassName
{
border-color: #A3450D;
}
</style>