Shades of Rust #A13607
Tints of Rust #A13607
RGB
CMYK
RGB Variations
Color information
#A13607 (or 0xA13607) is known color: Rust. HEX triplet: A1, 36 and 07. RGB value is (161,54,7). Sum of RGB (Red+Green+Blue) = 161+54+7=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A13607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13607 is #5EC9F8. Grayscale: #505050. Windows color (decimal): -6212089 or 472737. OLE color: 472737.
HSL color Cylindrical-coordinate representation of color #A13607: hue angle of 18.31º 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 #A13607 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 7 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.37 |
| HSL | 18.31º | 0.92% | 0.33% | - |
| HSV(B) | 18.31º | 0.96% | 0.63% | - |
| XYZ | 16.06 | 10.23 | 1.33 | - |
| YUV | 80.64 | 86.45 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 7 | 0 | 0.66 | 0.96 | 0.37 | 18.31 | 0.92 | 0.33 |
| Hex | A1 | 36 | 7 | 0 | 42 | 60 | 25 | 12 | 5C | 21 |
| Octal | 241 | 66 | 7 | 0 | 102 | 140 | 45 | 22 | 134 | 41 |
| Binary | 10100001 | 110110 | 111 | 0 | 1000010 | 1100000 | 100101 | 10010 | 1011100 | 100001 |
Color Harmonies of #A13607
Complementary color
Monochromatic Colors of #A13607
Black with #A13607
Text Example
Text Example
White with #A13607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13607; }
p { color: rgb(161,54,7); }
H1.HeaderClassName
{
color: #A13607;
}
.AnyTagClassName
{
color: #A13607;
}
</style>
background-color css
<style>
a { background-color: #A13607; }
a { background-color: rgb(161,54,7); }
div.DivClassName
{
background-color: #A13607;
}
.BgClassName
{
background-color: #A13607;
}
</style>
border-color css
<style>
span { border-color: #A13607; }
span { border-color: rgb(161,54,7); }
td.TdClassName
{
border-color: #A13607;
}
.TagClassName
{
border-color: #A13607;
}
</style>