Shades of Rust #A82C04
Tints of Rust #A82C04
RGB
CMYK
RGB Variations
Color information
#A82C04 (or 0xA82C04) is known color: Rust. HEX triplet: A8, 2C and 04. RGB value is (168,44,4). Sum of RGB (Red+Green+Blue) = 168+44+4=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C04 is #57D3FB. Grayscale: #4C4C4C. Windows color (decimal): -5755900 or 273576. OLE color: 273576.
HSL color Cylindrical-coordinate representation of color #A82C04: hue angle of 14.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A82C04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.34 |
| HSL | 14.63º | 0.95% | 0.34% | - |
| HSV(B) | 14.63º | 0.98% | 0.66% | - |
| XYZ | 17.07 | 10.13 | 1.17 | - |
| YUV | 76.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 4 | 0 | 0.74 | 0.98 | 0.34 | 14.63 | 0.95 | 0.34 |
| Hex | A8 | 2C | 4 | 0 | 4A | 62 | 22 | F | 5F | 22 |
| Octal | 250 | 54 | 4 | 0 | 112 | 142 | 42 | 17 | 137 | 42 |
| Binary | 10101000 | 101100 | 100 | 0 | 1001010 | 1100010 | 100010 | 1111 | 1011111 | 100010 |
Color Harmonies of #A82C04
Complementary color
Monochromatic Colors of #A82C04
Black with #A82C04
Text Example
Text Example
White with #A82C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C04; }
p { color: rgb(168,44,4); }
H1.HeaderClassName
{
color: #A82C04;
}
.AnyTagClassName
{
color: #A82C04;
}
</style>
background-color css
<style>
a { background-color: #A82C04; }
a { background-color: rgb(168,44,4); }
div.DivClassName
{
background-color: #A82C04;
}
.BgClassName
{
background-color: #A82C04;
}
</style>
border-color css
<style>
span { border-color: #A82C04; }
span { border-color: rgb(168,44,4); }
td.TdClassName
{
border-color: #A82C04;
}
.TagClassName
{
border-color: #A82C04;
}
</style>