Shades of Rust #A13300
Tints of Rust #A13300
RGB
CMYK
RGB Variations
Color information
#A13300 (or 0xA13300) is known color: Rust. HEX triplet: A1, 33 and 00. RGB value is (161,51,0). Sum of RGB (Red+Green+Blue) = 161+51+0=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A13300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13300 is #5ECCFF. Grayscale: #4E4E4E. Windows color (decimal): -6212864 or 13217. OLE color: 13217.
HSL color Cylindrical-coordinate representation of color #A13300: hue angle of 19.01º 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 #A13300 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.37 |
| HSL | 19.01º | 1% | 0.32% | - |
| HSV(B) | 19.01º | 1% | 0.63% | - |
| XYZ | 15.88 | 9.94 | 1.08 | - |
| YUV | 78.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 0 | 0 | 0.68 | 1 | 0.37 | 19.01 | 1 | 0.32 |
| Hex | A1 | 33 | 0 | 0 | 44 | 64 | 25 | 13 | 64 | 20 |
| Octal | 241 | 63 | 0 | 0 | 104 | 144 | 45 | 23 | 144 | 40 |
| Binary | 10100001 | 110011 | 0 | 0 | 1000100 | 1100100 | 100101 | 10011 | 1100100 | 100000 |
Color Harmonies of #A13300
Complementary color
Monochromatic Colors of #A13300
Black with #A13300
Text Example
Text Example
White with #A13300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13300; }
p { color: rgb(161,51,0); }
H1.HeaderClassName
{
color: #A13300;
}
.AnyTagClassName
{
color: #A13300;
}
</style>
background-color css
<style>
a { background-color: #A13300; }
a { background-color: rgb(161,51,0); }
div.DivClassName
{
background-color: #A13300;
}
.BgClassName
{
background-color: #A13300;
}
</style>
border-color css
<style>
span { border-color: #A13300; }
span { border-color: rgb(161,51,0); }
td.TdClassName
{
border-color: #A13300;
}
.TagClassName
{
border-color: #A13300;
}
</style>