Shades of Rust #A13809
Tints of Rust #A13809
RGB
CMYK
RGB Variations
Color information
#A13809 (or 0xA13809) is known color: Rust. HEX triplet: A1, 38 and 09. RGB value is (161,56,9). Sum of RGB (Red+Green+Blue) = 161+56+9=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A13809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13809 is #5EC7F6. Grayscale: #525252. Windows color (decimal): -6211575 or 604321. OLE color: 604321.
HSL color Cylindrical-coordinate representation of color #A13809: hue angle of 18.55º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A13809 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 9 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.37 |
| HSL | 18.55º | 0.89% | 0.33% | - |
| HSV(B) | 18.55º | 0.94% | 0.63% | - |
| XYZ | 16.16 | 10.43 | 1.42 | - |
| YUV | 82.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 9 | 0 | 0.65 | 0.94 | 0.37 | 18.55 | 0.89 | 0.33 |
| Hex | A1 | 38 | 9 | 0 | 41 | 5E | 25 | 13 | 59 | 21 |
| Octal | 241 | 70 | 11 | 0 | 101 | 136 | 45 | 23 | 131 | 41 |
| Binary | 10100001 | 111000 | 1001 | 0 | 1000001 | 1011110 | 100101 | 10011 | 1011001 | 100001 |
Color Harmonies of #A13809
Complementary color
Monochromatic Colors of #A13809
Black with #A13809
Text Example
Text Example
White with #A13809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13809; }
p { color: rgb(161,56,9); }
H1.HeaderClassName
{
color: #A13809;
}
.AnyTagClassName
{
color: #A13809;
}
</style>
background-color css
<style>
a { background-color: #A13809; }
a { background-color: rgb(161,56,9); }
div.DivClassName
{
background-color: #A13809;
}
.BgClassName
{
background-color: #A13809;
}
</style>
border-color css
<style>
span { border-color: #A13809; }
span { border-color: rgb(161,56,9); }
td.TdClassName
{
border-color: #A13809;
}
.TagClassName
{
border-color: #A13809;
}
</style>