Shades of Rust #A44703
Tints of Rust #A44703
RGB
CMYK
RGB Variations
Color information
#A44703 (or 0xA44703) is known color: Rust. HEX triplet: A4, 47 and 03. RGB value is (164,71,3). Sum of RGB (Red+Green+Blue) = 164+71+3=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A44703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44703 is #5BB8FC. Grayscale: #5B5B5B. Windows color (decimal): -6011133 or 214948. OLE color: 214948.
HSL color Cylindrical-coordinate representation of color #A44703: hue angle of 25.34º 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 #A44703 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.36 |
| HSL | 25.34º | 0.96% | 0.33% | - |
| HSV(B) | 25.34º | 0.98% | 0.64% | - |
| XYZ | 17.58 | 12.41 | 1.55 | - |
| YUV | 91.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 3 | 0 | 0.57 | 0.98 | 0.36 | 25.34 | 0.96 | 0.33 |
| Hex | A4 | 47 | 3 | 0 | 39 | 62 | 24 | 19 | 60 | 21 |
| Octal | 244 | 107 | 3 | 0 | 71 | 142 | 44 | 31 | 140 | 41 |
| Binary | 10100100 | 1000111 | 11 | 0 | 111001 | 1100010 | 100100 | 11001 | 1100000 | 100001 |
Color Harmonies of #A44703
Complementary color
Monochromatic Colors of #A44703
Black with #A44703
Text Example
Text Example
White with #A44703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44703; }
p { color: rgb(164,71,3); }
H1.HeaderClassName
{
color: #A44703;
}
.AnyTagClassName
{
color: #A44703;
}
</style>
background-color css
<style>
a { background-color: #A44703; }
a { background-color: rgb(164,71,3); }
div.DivClassName
{
background-color: #A44703;
}
.BgClassName
{
background-color: #A44703;
}
</style>
border-color css
<style>
span { border-color: #A44703; }
span { border-color: rgb(164,71,3); }
td.TdClassName
{
border-color: #A44703;
}
.TagClassName
{
border-color: #A44703;
}
</style>