Shades of Rust #A13801
Tints of Rust #A13801
RGB
CMYK
RGB Variations
Color information
#A13801 (or 0xA13801) is known color: Rust. HEX triplet: A1, 38 and 01. RGB value is (161,56,1). Sum of RGB (Red+Green+Blue) = 161+56+1=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A13801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13801 is #5EC7FE. Grayscale: #515151. Windows color (decimal): -6211583 or 80033. OLE color: 80033.
HSL color Cylindrical-coordinate representation of color #A13801: hue angle of 20.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A13801 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.37 |
| HSL | 20.63º | 0.99% | 0.32% | - |
| HSV(B) | 20.63º | 0.99% | 0.63% | - |
| XYZ | 16.12 | 10.41 | 1.19 | - |
| YUV | 81.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 1 | 0 | 0.65 | 0.99 | 0.37 | 20.63 | 0.99 | 0.32 |
| Hex | A1 | 38 | 1 | 0 | 41 | 63 | 25 | 15 | 63 | 20 |
| Octal | 241 | 70 | 1 | 0 | 101 | 143 | 45 | 25 | 143 | 40 |
| Binary | 10100001 | 111000 | 1 | 0 | 1000001 | 1100011 | 100101 | 10101 | 1100011 | 100000 |
Color Harmonies of #A13801
Complementary color
Monochromatic Colors of #A13801
Black with #A13801
Text Example
Text Example
White with #A13801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13801; }
p { color: rgb(161,56,1); }
H1.HeaderClassName
{
color: #A13801;
}
.AnyTagClassName
{
color: #A13801;
}
</style>
background-color css
<style>
a { background-color: #A13801; }
a { background-color: rgb(161,56,1); }
div.DivClassName
{
background-color: #A13801;
}
.BgClassName
{
background-color: #A13801;
}
</style>
border-color css
<style>
span { border-color: #A13801; }
span { border-color: rgb(161,56,1); }
td.TdClassName
{
border-color: #A13801;
}
.TagClassName
{
border-color: #A13801;
}
</style>