Shades of Rust #A13A13
Tints of Rust #A13A13
RGB
CMYK
RGB Variations
Color information
#A13A13 (or 0xA13A13) is known color: Rust. HEX triplet: A1, 3A and 13. RGB value is (161,58,19). Sum of RGB (Red+Green+Blue) = 161+58+19=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A13 is #5EC5EC. Grayscale: #545454. Windows color (decimal): -6211053 or 1260193. OLE color: 1260193.
HSL color Cylindrical-coordinate representation of color #A13A13: hue angle of 16.48º 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 #A13A13 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 19 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.37 |
| HSL | 16.48º | 0.79% | 0.35% | - |
| HSV(B) | 16.48º | 0.88% | 0.63% | - |
| XYZ | 16.33 | 10.65 | 1.81 | - |
| YUV | 84.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 19 | 0 | 0.64 | 0.88 | 0.37 | 16.48 | 0.79 | 0.35 |
| Hex | A1 | 3A | 13 | 0 | 40 | 58 | 25 | 10 | 4F | 23 |
| Octal | 241 | 72 | 23 | 0 | 100 | 130 | 45 | 20 | 117 | 43 |
| Binary | 10100001 | 111010 | 10011 | 0 | 1000000 | 1011000 | 100101 | 10000 | 1001111 | 100011 |
Color Harmonies of #A13A13
Complementary color
Monochromatic Colors of #A13A13
Black with #A13A13
Text Example
Text Example
White with #A13A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A13; }
p { color: rgb(161,58,19); }
H1.HeaderClassName
{
color: #A13A13;
}
.AnyTagClassName
{
color: #A13A13;
}
</style>
background-color css
<style>
a { background-color: #A13A13; }
a { background-color: rgb(161,58,19); }
div.DivClassName
{
background-color: #A13A13;
}
.BgClassName
{
background-color: #A13A13;
}
</style>
border-color css
<style>
span { border-color: #A13A13; }
span { border-color: rgb(161,58,19); }
td.TdClassName
{
border-color: #A13A13;
}
.TagClassName
{
border-color: #A13A13;
}
</style>