Shades of Rust #A44003
Tints of Rust #A44003
RGB
CMYK
RGB Variations
Color information
#A44003 (or 0xA44003) is known color: Rust. HEX triplet: A4, 40 and 03. RGB value is (164,64,3). Sum of RGB (Red+Green+Blue) = 164+64+3=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A44003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44003 is #5BBFFC. Grayscale: #575757. Windows color (decimal): -6012925 or 213156. OLE color: 213156.
HSL color Cylindrical-coordinate representation of color #A44003: hue angle of 22.73º 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 #A44003 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.36 |
| HSL | 22.73º | 0.96% | 0.33% | - |
| HSV(B) | 22.73º | 0.98% | 0.64% | - |
| XYZ | 17.16 | 11.57 | 1.41 | - |
| YUV | 86.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 3 | 0 | 0.61 | 0.98 | 0.36 | 22.73 | 0.96 | 0.33 |
| Hex | A4 | 40 | 3 | 0 | 3D | 62 | 24 | 17 | 60 | 21 |
| Octal | 244 | 100 | 3 | 0 | 75 | 142 | 44 | 27 | 140 | 41 |
| Binary | 10100100 | 1000000 | 11 | 0 | 111101 | 1100010 | 100100 | 10111 | 1100000 | 100001 |
Color Harmonies of #A44003
Complementary color
Monochromatic Colors of #A44003
Black with #A44003
Text Example
Text Example
White with #A44003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44003; }
p { color: rgb(164,64,3); }
H1.HeaderClassName
{
color: #A44003;
}
.AnyTagClassName
{
color: #A44003;
}
</style>
background-color css
<style>
a { background-color: #A44003; }
a { background-color: rgb(164,64,3); }
div.DivClassName
{
background-color: #A44003;
}
.BgClassName
{
background-color: #A44003;
}
</style>
border-color css
<style>
span { border-color: #A44003; }
span { border-color: rgb(164,64,3); }
td.TdClassName
{
border-color: #A44003;
}
.TagClassName
{
border-color: #A44003;
}
</style>