Shades of Rust #A13B00
Tints of Rust #A13B00
RGB
CMYK
RGB Variations
Color information
#A13B00 (or 0xA13B00) is known color: Rust. HEX triplet: A1, 3B and 00. RGB value is (161,59,0). Sum of RGB (Red+Green+Blue) = 161+59+0=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13B00 is #5EC4FF. Grayscale: #535353. Windows color (decimal): -6210816 or 15265. OLE color: 15265.
HSL color Cylindrical-coordinate representation of color #A13B00: hue angle of 21.99º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A13B00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.37 |
| HSL | 21.99º | 1% | 0.32% | - |
| HSV(B) | 21.99º | 1% | 0.63% | - |
| XYZ | 16.26 | 10.71 | 1.21 | - |
| YUV | 82.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 0 | 0 | 0.63 | 1 | 0.37 | 21.99 | 1 | 0.32 |
| Hex | A1 | 3B | 0 | 0 | 3F | 64 | 25 | 16 | 64 | 20 |
| Octal | 241 | 73 | 0 | 0 | 77 | 144 | 45 | 26 | 144 | 40 |
| Binary | 10100001 | 111011 | 0 | 0 | 111111 | 1100100 | 100101 | 10110 | 1100100 | 100000 |
Color Harmonies of #A13B00
Complementary color
Monochromatic Colors of #A13B00
Black with #A13B00
Text Example
Text Example
White with #A13B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13B00; }
p { color: rgb(161,59,0); }
H1.HeaderClassName
{
color: #A13B00;
}
.AnyTagClassName
{
color: #A13B00;
}
</style>
background-color css
<style>
a { background-color: #A13B00; }
a { background-color: rgb(161,59,0); }
div.DivClassName
{
background-color: #A13B00;
}
.BgClassName
{
background-color: #A13B00;
}
</style>
border-color css
<style>
span { border-color: #A13B00; }
span { border-color: rgb(161,59,0); }
td.TdClassName
{
border-color: #A13B00;
}
.TagClassName
{
border-color: #A13B00;
}
</style>