Shades of Rust #A13C07
Tints of Rust #A13C07
RGB
CMYK
RGB Variations
Color information
#A13C07 (or 0xA13C07) is known color: Rust. HEX triplet: A1, 3C and 07. RGB value is (161,60,7). Sum of RGB (Red+Green+Blue) = 161+60+7=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C07 is #5EC3F8. Grayscale: #545454. Windows color (decimal): -6210553 or 474273. OLE color: 474273.
HSL color Cylindrical-coordinate representation of color #A13C07: hue angle of 20.65º degrees, saturation: 0.92, 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 #A13C07 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.37 |
| HSL | 20.65º | 0.92% | 0.33% | - |
| HSV(B) | 20.65º | 0.96% | 0.63% | - |
| XYZ | 16.35 | 10.82 | 1.43 | - |
| YUV | 84.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 7 | 0 | 0.63 | 0.96 | 0.37 | 20.65 | 0.92 | 0.33 |
| Hex | A1 | 3C | 7 | 0 | 3F | 60 | 25 | 15 | 5C | 21 |
| Octal | 241 | 74 | 7 | 0 | 77 | 140 | 45 | 25 | 134 | 41 |
| Binary | 10100001 | 111100 | 111 | 0 | 111111 | 1100000 | 100101 | 10101 | 1011100 | 100001 |
Color Harmonies of #A13C07
Complementary color
Monochromatic Colors of #A13C07
Black with #A13C07
Text Example
Text Example
White with #A13C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C07; }
p { color: rgb(161,60,7); }
H1.HeaderClassName
{
color: #A13C07;
}
.AnyTagClassName
{
color: #A13C07;
}
</style>
background-color css
<style>
a { background-color: #A13C07; }
a { background-color: rgb(161,60,7); }
div.DivClassName
{
background-color: #A13C07;
}
.BgClassName
{
background-color: #A13C07;
}
</style>
border-color css
<style>
span { border-color: #A13C07; }
span { border-color: rgb(161,60,7); }
td.TdClassName
{
border-color: #A13C07;
}
.TagClassName
{
border-color: #A13C07;
}
</style>