Shades of Rust #A14307
Tints of Rust #A14307
RGB
CMYK
RGB Variations
Color information
#A14307 (or 0xA14307) is known color: Rust. HEX triplet: A1, 43 and 07. RGB value is (161,67,7). Sum of RGB (Red+Green+Blue) = 161+67+7=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A14307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14307 is #5EBCF8. Grayscale: #585858. Windows color (decimal): -6208761 or 476065. OLE color: 476065.
HSL color Cylindrical-coordinate representation of color #A14307: hue angle of 23.38º 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 #A14307 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.37 |
| HSL | 23.38º | 0.92% | 0.33% | - |
| HSV(B) | 23.38º | 0.96% | 0.63% | - |
| XYZ | 16.74 | 11.61 | 1.56 | - |
| YUV | 88.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 7 | 0 | 0.58 | 0.96 | 0.37 | 23.38 | 0.92 | 0.33 |
| Hex | A1 | 43 | 7 | 0 | 3A | 60 | 25 | 17 | 5C | 21 |
| Octal | 241 | 103 | 7 | 0 | 72 | 140 | 45 | 27 | 134 | 41 |
| Binary | 10100001 | 1000011 | 111 | 0 | 111010 | 1100000 | 100101 | 10111 | 1011100 | 100001 |
Color Harmonies of #A14307
Complementary color
Monochromatic Colors of #A14307
Black with #A14307
Text Example
Text Example
White with #A14307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14307; }
p { color: rgb(161,67,7); }
H1.HeaderClassName
{
color: #A14307;
}
.AnyTagClassName
{
color: #A14307;
}
</style>
background-color css
<style>
a { background-color: #A14307; }
a { background-color: rgb(161,67,7); }
div.DivClassName
{
background-color: #A14307;
}
.BgClassName
{
background-color: #A14307;
}
</style>
border-color css
<style>
span { border-color: #A14307; }
span { border-color: rgb(161,67,7); }
td.TdClassName
{
border-color: #A14307;
}
.TagClassName
{
border-color: #A14307;
}
</style>