Shades of Rust #A13B0E
Tints of Rust #A13B0E
RGB
CMYK
RGB Variations
Color information
#A13B0E (or 0xA13B0E) is known color: Rust. HEX triplet: A1, 3B and 0E. RGB value is (161,59,14). Sum of RGB (Red+Green+Blue) = 161+59+14=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13B0E is #5EC4F1. Grayscale: #545454. Windows color (decimal): -6210802 or 932769. OLE color: 932769.
HSL color Cylindrical-coordinate representation of color #A13B0E: hue angle of 18.37º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A13B0E is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 14 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.37 |
| HSL | 18.37º | 0.84% | 0.34% | - |
| HSV(B) | 18.37º | 0.91% | 0.63% | - |
| XYZ | 16.34 | 10.74 | 1.63 | - |
| YUV | 84.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 14 | 0 | 0.63 | 0.91 | 0.37 | 18.37 | 0.84 | 0.34 |
| Hex | A1 | 3B | E | 0 | 3F | 5B | 25 | 12 | 54 | 22 |
| Octal | 241 | 73 | 16 | 0 | 77 | 133 | 45 | 22 | 124 | 42 |
| Binary | 10100001 | 111011 | 1110 | 0 | 111111 | 1011011 | 100101 | 10010 | 1010100 | 100010 |
Color Harmonies of #A13B0E
Complementary color
Monochromatic Colors of #A13B0E
Black with #A13B0E
Text Example
Text Example
White with #A13B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13B0E; }
p { color: rgb(161,59,14); }
H1.HeaderClassName
{
color: #A13B0E;
}
.AnyTagClassName
{
color: #A13B0E;
}
</style>
background-color css
<style>
a { background-color: #A13B0E; }
a { background-color: rgb(161,59,14); }
div.DivClassName
{
background-color: #A13B0E;
}
.BgClassName
{
background-color: #A13B0E;
}
</style>
border-color css
<style>
span { border-color: #A13B0E; }
span { border-color: rgb(161,59,14); }
td.TdClassName
{
border-color: #A13B0E;
}
.TagClassName
{
border-color: #A13B0E;
}
</style>