Shades of Rust #A1370F
Tints of Rust #A1370F
RGB
CMYK
RGB Variations
Color information
#A1370F (or 0xA1370F) is known color: Rust. HEX triplet: A1, 37 and 0F. RGB value is (161,55,15). Sum of RGB (Red+Green+Blue) = 161+55+15=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A1370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1370F is #5EC8F0. Grayscale: #525252. Windows color (decimal): -6211825 or 997281. OLE color: 997281.
HSL color Cylindrical-coordinate representation of color #A1370F: hue angle of 16.44º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1370F is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 15 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.37 |
| HSL | 16.44º | 0.83% | 0.35% | - |
| HSV(B) | 16.44º | 0.91% | 0.63% | - |
| XYZ | 16.15 | 10.34 | 1.6 | - |
| YUV | 82.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 15 | 0 | 0.66 | 0.91 | 0.37 | 16.44 | 0.83 | 0.35 |
| Hex | A1 | 37 | F | 0 | 42 | 5B | 25 | 10 | 53 | 23 |
| Octal | 241 | 67 | 17 | 0 | 102 | 133 | 45 | 20 | 123 | 43 |
| Binary | 10100001 | 110111 | 1111 | 0 | 1000010 | 1011011 | 100101 | 10000 | 1010011 | 100011 |
Color Harmonies of #A1370F
Complementary color
Monochromatic Colors of #A1370F
Black with #A1370F
Text Example
Text Example
White with #A1370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1370F; }
p { color: rgb(161,55,15); }
H1.HeaderClassName
{
color: #A1370F;
}
.AnyTagClassName
{
color: #A1370F;
}
</style>
background-color css
<style>
a { background-color: #A1370F; }
a { background-color: rgb(161,55,15); }
div.DivClassName
{
background-color: #A1370F;
}
.BgClassName
{
background-color: #A1370F;
}
</style>
border-color css
<style>
span { border-color: #A1370F; }
span { border-color: rgb(161,55,15); }
td.TdClassName
{
border-color: #A1370F;
}
.TagClassName
{
border-color: #A1370F;
}
</style>