Shades of Rust #A45003
Tints of Rust #A45003
RGB
CMYK
RGB Variations
Color information
#A45003 (or 0xA45003) is known color: Rust. HEX triplet: A4, 50 and 03. RGB value is (164,80,3). Sum of RGB (Red+Green+Blue) = 164+80+3=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A45003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45003 is #5BAFFC. Grayscale: #606060. Windows color (decimal): -6008829 or 217252. OLE color: 217252.
HSL color Cylindrical-coordinate representation of color #A45003: hue angle of 28.7º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A45003 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.36 |
| HSL | 28.7º | 0.96% | 0.33% | - |
| HSV(B) | 28.7º | 0.98% | 0.64% | - |
| XYZ | 18.19 | 13.64 | 1.76 | - |
| YUV | 96.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 3 | 0 | 0.51 | 0.98 | 0.36 | 28.7 | 0.96 | 0.33 |
| Hex | A4 | 50 | 3 | 0 | 33 | 62 | 24 | 1D | 60 | 21 |
| Octal | 244 | 120 | 3 | 0 | 63 | 142 | 44 | 35 | 140 | 41 |
| Binary | 10100100 | 1010000 | 11 | 0 | 110011 | 1100010 | 100100 | 11101 | 1100000 | 100001 |
Color Harmonies of #A45003
Complementary color
Monochromatic Colors of #A45003
Black with #A45003
Text Example
Text Example
White with #A45003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45003; }
p { color: rgb(164,80,3); }
H1.HeaderClassName
{
color: #A45003;
}
.AnyTagClassName
{
color: #A45003;
}
</style>
background-color css
<style>
a { background-color: #A45003; }
a { background-color: rgb(164,80,3); }
div.DivClassName
{
background-color: #A45003;
}
.BgClassName
{
background-color: #A45003;
}
</style>
border-color css
<style>
span { border-color: #A45003; }
span { border-color: rgb(164,80,3); }
td.TdClassName
{
border-color: #A45003;
}
.TagClassName
{
border-color: #A45003;
}
</style>