Shades of Rust #A14300
Tints of Rust #A14300
RGB
CMYK
RGB Variations
Color information
#A14300 (or 0xA14300) is known color: Rust. HEX triplet: A1, 43 and 00. RGB value is (161,67,0). Sum of RGB (Red+Green+Blue) = 161+67+0=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A14300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14300 is #5EBCFF. Grayscale: #575757. Windows color (decimal): -6208768 or 17313. OLE color: 17313.
HSL color Cylindrical-coordinate representation of color #A14300: hue angle of 24.97º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A14300 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.37 |
| HSL | 24.97º | 1% | 0.32% | - |
| HSV(B) | 24.97º | 1% | 0.63% | - |
| XYZ | 16.71 | 11.59 | 1.36 | - |
| YUV | 87.47 | 78.64 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 0 | 0 | 0.58 | 1 | 0.37 | 24.97 | 1 | 0.32 |
| Hex | A1 | 43 | 0 | 0 | 3A | 64 | 25 | 19 | 64 | 20 |
| Octal | 241 | 103 | 0 | 0 | 72 | 144 | 45 | 31 | 144 | 40 |
| Binary | 10100001 | 1000011 | 0 | 0 | 111010 | 1100100 | 100101 | 11001 | 1100100 | 100000 |
Color Harmonies of #A14300
Complementary color
Monochromatic Colors of #A14300
Black with #A14300
Text Example
Text Example
White with #A14300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14300; }
p { color: rgb(161,67,0); }
H1.HeaderClassName
{
color: #A14300;
}
.AnyTagClassName
{
color: #A14300;
}
</style>
background-color css
<style>
a { background-color: #A14300; }
a { background-color: rgb(161,67,0); }
div.DivClassName
{
background-color: #A14300;
}
.BgClassName
{
background-color: #A14300;
}
</style>
border-color css
<style>
span { border-color: #A14300; }
span { border-color: rgb(161,67,0); }
td.TdClassName
{
border-color: #A14300;
}
.TagClassName
{
border-color: #A14300;
}
</style>