Shades of Rust #A13D06
Tints of Rust #A13D06
RGB
CMYK
RGB Variations
Color information
#A13D06 (or 0xA13D06) is known color: Rust. HEX triplet: A1, 3D and 06. RGB value is (161,61,6). Sum of RGB (Red+Green+Blue) = 161+61+6=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13D06 is #5EC2F9. Grayscale: #545454. Windows color (decimal): -6210298 or 408993. OLE color: 408993.
HSL color Cylindrical-coordinate representation of color #A13D06: hue angle of 21.29º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A13D06 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 6 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.37 |
| HSL | 21.29º | 0.93% | 0.33% | - |
| HSV(B) | 21.29º | 0.96% | 0.63% | - |
| XYZ | 16.4 | 10.93 | 1.42 | - |
| YUV | 84.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 6 | 0 | 0.62 | 0.96 | 0.37 | 21.29 | 0.93 | 0.33 |
| Hex | A1 | 3D | 6 | 0 | 3E | 60 | 25 | 15 | 5D | 21 |
| Octal | 241 | 75 | 6 | 0 | 76 | 140 | 45 | 25 | 135 | 41 |
| Binary | 10100001 | 111101 | 110 | 0 | 111110 | 1100000 | 100101 | 10101 | 1011101 | 100001 |
Color Harmonies of #A13D06
Complementary color
Monochromatic Colors of #A13D06
Black with #A13D06
Text Example
Text Example
White with #A13D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D06; }
p { color: rgb(161,61,6); }
H1.HeaderClassName
{
color: #A13D06;
}
.AnyTagClassName
{
color: #A13D06;
}
</style>
background-color css
<style>
a { background-color: #A13D06; }
a { background-color: rgb(161,61,6); }
div.DivClassName
{
background-color: #A13D06;
}
.BgClassName
{
background-color: #A13D06;
}
</style>
border-color css
<style>
span { border-color: #A13D06; }
span { border-color: rgb(161,61,6); }
td.TdClassName
{
border-color: #A13D06;
}
.TagClassName
{
border-color: #A13D06;
}
</style>