Shades of Rust #A94313
Tints of Rust #A94313
RGB
CMYK
RGB Variations
Color information
#A94313 (or 0xA94313) is known color: Rust. HEX triplet: A9, 43 and 13. RGB value is (169,67,19). Sum of RGB (Red+Green+Blue) = 169+67+19=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A94313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94313 is #56BCEC. Grayscale: #5C5C5C. Windows color (decimal): -5684461 or 1262505. OLE color: 1262505.
HSL color Cylindrical-coordinate representation of color #A94313: hue angle of 19.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A94313 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 19 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.34 |
| HSL | 19.2º | 0.8% | 0.37% | - |
| HSV(B) | 19.2º | 0.89% | 0.66% | - |
| XYZ | 18.49 | 12.5 | 2.05 | - |
| YUV | 92.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 19 | 0 | 0.60 | 0.89 | 0.34 | 19.2 | 0.8 | 0.37 |
| Hex | A9 | 43 | 13 | 0 | 3C | 59 | 22 | 13 | 50 | 25 |
| Octal | 251 | 103 | 23 | 0 | 74 | 131 | 42 | 23 | 120 | 45 |
| Binary | 10101001 | 1000011 | 10011 | 0 | 111100 | 1011001 | 100010 | 10011 | 1010000 | 100101 |
Color Harmonies of #A94313
Complementary color
Monochromatic Colors of #A94313
Black with #A94313
Text Example
Text Example
White with #A94313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94313; }
p { color: rgb(169,67,19); }
H1.HeaderClassName
{
color: #A94313;
}
.AnyTagClassName
{
color: #A94313;
}
</style>
background-color css
<style>
a { background-color: #A94313; }
a { background-color: rgb(169,67,19); }
div.DivClassName
{
background-color: #A94313;
}
.BgClassName
{
background-color: #A94313;
}
</style>
border-color css
<style>
span { border-color: #A94313; }
span { border-color: rgb(169,67,19); }
td.TdClassName
{
border-color: #A94313;
}
.TagClassName
{
border-color: #A94313;
}
</style>