Shades of Rust #A34413
Tints of Rust #A34413
RGB
CMYK
RGB Variations
Color information
#A34413 (or 0xA34413) is known color: Rust. HEX triplet: A3, 44 and 13. RGB value is (163,68,19). Sum of RGB (Red+Green+Blue) = 163+68+19=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A34413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34413 is #5CBBEC. Grayscale: #5B5B5B. Windows color (decimal): -6077421 or 1262755. OLE color: 1262755.
HSL color Cylindrical-coordinate representation of color #A34413: hue angle of 20.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A34413 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 19 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.36 |
| HSL | 20.42º | 0.79% | 0.36% | - |
| HSV(B) | 20.42º | 0.88% | 0.64% | - |
| XYZ | 17.29 | 11.97 | 2.01 | - |
| YUV | 90.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 19 | 0 | 0.58 | 0.88 | 0.36 | 20.42 | 0.79 | 0.36 |
| Hex | A3 | 44 | 13 | 0 | 3A | 58 | 24 | 14 | 4F | 24 |
| Octal | 243 | 104 | 23 | 0 | 72 | 130 | 44 | 24 | 117 | 44 |
| Binary | 10100011 | 1000100 | 10011 | 0 | 111010 | 1011000 | 100100 | 10100 | 1001111 | 100100 |
Color Harmonies of #A34413
Complementary color
Monochromatic Colors of #A34413
Black with #A34413
Text Example
Text Example
White with #A34413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34413; }
p { color: rgb(163,68,19); }
H1.HeaderClassName
{
color: #A34413;
}
.AnyTagClassName
{
color: #A34413;
}
</style>
background-color css
<style>
a { background-color: #A34413; }
a { background-color: rgb(163,68,19); }
div.DivClassName
{
background-color: #A34413;
}
.BgClassName
{
background-color: #A34413;
}
</style>
border-color css
<style>
span { border-color: #A34413; }
span { border-color: rgb(163,68,19); }
td.TdClassName
{
border-color: #A34413;
}
.TagClassName
{
border-color: #A34413;
}
</style>