Shades of Rust #A44E02
Tints of Rust #A44E02
RGB
CMYK
RGB Variations
Color information
#A44E02 (or 0xA44E02) is known color: Rust. HEX triplet: A4, 4E and 02. RGB value is (164,78,2). Sum of RGB (Red+Green+Blue) = 164+78+2=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44E02 is #5BB1FD. Grayscale: #5F5F5F. Windows color (decimal): -6009342 or 151204. OLE color: 151204.
HSL color Cylindrical-coordinate representation of color #A44E02: hue angle of 28.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A44E02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.36 |
| HSL | 28.15º | 0.98% | 0.33% | - |
| HSV(B) | 28.15º | 0.99% | 0.64% | - |
| XYZ | 18.05 | 13.35 | 1.68 | - |
| YUV | 95.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 2 | 0 | 0.52 | 0.99 | 0.36 | 28.15 | 0.98 | 0.33 |
| Hex | A4 | 4E | 2 | 0 | 34 | 63 | 24 | 1C | 62 | 21 |
| Octal | 244 | 116 | 2 | 0 | 64 | 143 | 44 | 34 | 142 | 41 |
| Binary | 10100100 | 1001110 | 10 | 0 | 110100 | 1100011 | 100100 | 11100 | 1100010 | 100001 |
Color Harmonies of #A44E02
Complementary color
Monochromatic Colors of #A44E02
Black with #A44E02
Text Example
Text Example
White with #A44E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E02; }
p { color: rgb(164,78,2); }
H1.HeaderClassName
{
color: #A44E02;
}
.AnyTagClassName
{
color: #A44E02;
}
</style>
background-color css
<style>
a { background-color: #A44E02; }
a { background-color: rgb(164,78,2); }
div.DivClassName
{
background-color: #A44E02;
}
.BgClassName
{
background-color: #A44E02;
}
</style>
border-color css
<style>
span { border-color: #A44E02; }
span { border-color: rgb(164,78,2); }
td.TdClassName
{
border-color: #A44E02;
}
.TagClassName
{
border-color: #A44E02;
}
</style>