Shades of Rust #A13B0F
Tints of Rust #A13B0F
RGB
CMYK
RGB Variations
Color information
#A13B0F (or 0xA13B0F) is known color: Rust. HEX triplet: A1, 3B and 0F. RGB value is (161,59,15). Sum of RGB (Red+Green+Blue) = 161+59+15=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13B0F is #5EC4F0. Grayscale: #545454. Windows color (decimal): -6210801 or 998305. OLE color: 998305.
HSL color Cylindrical-coordinate representation of color #A13B0F: hue angle of 18.08º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A13B0F is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 15 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.37 |
| HSL | 18.08º | 0.83% | 0.35% | - |
| HSV(B) | 18.08º | 0.91% | 0.63% | - |
| XYZ | 16.35 | 10.74 | 1.66 | - |
| YUV | 84.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 15 | 0 | 0.63 | 0.91 | 0.37 | 18.08 | 0.83 | 0.35 |
| Hex | A1 | 3B | F | 0 | 3F | 5B | 25 | 12 | 53 | 23 |
| Octal | 241 | 73 | 17 | 0 | 77 | 133 | 45 | 22 | 123 | 43 |
| Binary | 10100001 | 111011 | 1111 | 0 | 111111 | 1011011 | 100101 | 10010 | 1010011 | 100011 |
Color Harmonies of #A13B0F
Complementary color
Monochromatic Colors of #A13B0F
Black with #A13B0F
Text Example
Text Example
White with #A13B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13B0F; }
p { color: rgb(161,59,15); }
H1.HeaderClassName
{
color: #A13B0F;
}
.AnyTagClassName
{
color: #A13B0F;
}
</style>
background-color css
<style>
a { background-color: #A13B0F; }
a { background-color: rgb(161,59,15); }
div.DivClassName
{
background-color: #A13B0F;
}
.BgClassName
{
background-color: #A13B0F;
}
</style>
border-color css
<style>
span { border-color: #A13B0F; }
span { border-color: rgb(161,59,15); }
td.TdClassName
{
border-color: #A13B0F;
}
.TagClassName
{
border-color: #A13B0F;
}
</style>