Shades of Rust #A13C13
Tints of Rust #A13C13
RGB
CMYK
RGB Variations
Color information
#A13C13 (or 0xA13C13) is known color: Rust. HEX triplet: A1, 3C and 13. RGB value is (161,60,19). Sum of RGB (Red+Green+Blue) = 161+60+19=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C13 is #5EC3EC. Grayscale: #555555. Windows color (decimal): -6210541 or 1260705. OLE color: 1260705.
HSL color Cylindrical-coordinate representation of color #A13C13: hue angle of 17.32º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A13C13 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 19 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.37 |
| HSL | 17.32º | 0.79% | 0.35% | - |
| HSV(B) | 17.32º | 0.88% | 0.63% | - |
| XYZ | 16.43 | 10.86 | 1.85 | - |
| YUV | 85.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 19 | 0 | 0.63 | 0.88 | 0.37 | 17.32 | 0.79 | 0.35 |
| Hex | A1 | 3C | 13 | 0 | 3F | 58 | 25 | 11 | 4F | 23 |
| Octal | 241 | 74 | 23 | 0 | 77 | 130 | 45 | 21 | 117 | 43 |
| Binary | 10100001 | 111100 | 10011 | 0 | 111111 | 1011000 | 100101 | 10001 | 1001111 | 100011 |
Color Harmonies of #A13C13
Complementary color
Monochromatic Colors of #A13C13
Black with #A13C13
Text Example
Text Example
White with #A13C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C13; }
p { color: rgb(161,60,19); }
H1.HeaderClassName
{
color: #A13C13;
}
.AnyTagClassName
{
color: #A13C13;
}
</style>
background-color css
<style>
a { background-color: #A13C13; }
a { background-color: rgb(161,60,19); }
div.DivClassName
{
background-color: #A13C13;
}
.BgClassName
{
background-color: #A13C13;
}
</style>
border-color css
<style>
span { border-color: #A13C13; }
span { border-color: rgb(161,60,19); }
td.TdClassName
{
border-color: #A13C13;
}
.TagClassName
{
border-color: #A13C13;
}
</style>