Shades of Rust #A1340F
Tints of Rust #A1340F
RGB
CMYK
RGB Variations
Color information
#A1340F (or 0xA1340F) is known color: Rust. HEX triplet: A1, 34 and 0F. RGB value is (161,52,15). Sum of RGB (Red+Green+Blue) = 161+52+15=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A1340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1340F is #5ECBF0. Grayscale: #505050. Windows color (decimal): -6212593 or 996513. OLE color: 996513.
HSL color Cylindrical-coordinate representation of color #A1340F: hue angle of 15.21º 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 #A1340F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 15 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.37 |
| HSL | 15.21º | 0.83% | 0.35% | - |
| HSV(B) | 15.21º | 0.91% | 0.63% | - |
| XYZ | 16.01 | 10.07 | 1.55 | - |
| YUV | 80.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 15 | 0 | 0.68 | 0.91 | 0.37 | 15.21 | 0.83 | 0.35 |
| Hex | A1 | 34 | F | 0 | 44 | 5B | 25 | F | 53 | 23 |
| Octal | 241 | 64 | 17 | 0 | 104 | 133 | 45 | 17 | 123 | 43 |
| Binary | 10100001 | 110100 | 1111 | 0 | 1000100 | 1011011 | 100101 | 1111 | 1010011 | 100011 |
Color Harmonies of #A1340F
Complementary color
Monochromatic Colors of #A1340F
Black with #A1340F
Text Example
Text Example
White with #A1340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1340F; }
p { color: rgb(161,52,15); }
H1.HeaderClassName
{
color: #A1340F;
}
.AnyTagClassName
{
color: #A1340F;
}
</style>
background-color css
<style>
a { background-color: #A1340F; }
a { background-color: rgb(161,52,15); }
div.DivClassName
{
background-color: #A1340F;
}
.BgClassName
{
background-color: #A1340F;
}
</style>
border-color css
<style>
span { border-color: #A1340F; }
span { border-color: rgb(161,52,15); }
td.TdClassName
{
border-color: #A1340F;
}
.TagClassName
{
border-color: #A1340F;
}
</style>