Shades of Rust #A14407
Tints of Rust #A14407
RGB
CMYK
RGB Variations
Color information
#A14407 (or 0xA14407) is known color: Rust. HEX triplet: A1, 44 and 07. RGB value is (161,68,7). Sum of RGB (Red+Green+Blue) = 161+68+7=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A14407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14407 is #5EBBF8. Grayscale: #595959. Windows color (decimal): -6208505 or 476321. OLE color: 476321.
HSL color Cylindrical-coordinate representation of color #A14407: hue angle of 23.77º 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 #A14407 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.37 |
| HSL | 23.77º | 0.92% | 0.33% | - |
| HSV(B) | 23.77º | 0.96% | 0.63% | - |
| XYZ | 16.8 | 11.73 | 1.58 | - |
| YUV | 88.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 7 | 0 | 0.58 | 0.96 | 0.37 | 23.77 | 0.92 | 0.33 |
| Hex | A1 | 44 | 7 | 0 | 3A | 60 | 25 | 18 | 5C | 21 |
| Octal | 241 | 104 | 7 | 0 | 72 | 140 | 45 | 30 | 134 | 41 |
| Binary | 10100001 | 1000100 | 111 | 0 | 111010 | 1100000 | 100101 | 11000 | 1011100 | 100001 |
Color Harmonies of #A14407
Complementary color
Monochromatic Colors of #A14407
Black with #A14407
Text Example
Text Example
White with #A14407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14407; }
p { color: rgb(161,68,7); }
H1.HeaderClassName
{
color: #A14407;
}
.AnyTagClassName
{
color: #A14407;
}
</style>
background-color css
<style>
a { background-color: #A14407; }
a { background-color: rgb(161,68,7); }
div.DivClassName
{
background-color: #A14407;
}
.BgClassName
{
background-color: #A14407;
}
</style>
border-color css
<style>
span { border-color: #A14407; }
span { border-color: rgb(161,68,7); }
td.TdClassName
{
border-color: #A14407;
}
.TagClassName
{
border-color: #A14407;
}
</style>