Shades of Rust #A82C09
Tints of Rust #A82C09
RGB
CMYK
RGB Variations
Color information
#A82C09 (or 0xA82C09) is known color: Rust. HEX triplet: A8, 2C and 09. RGB value is (168,44,9). Sum of RGB (Red+Green+Blue) = 168+44+9=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C09 is #57D3F6. Grayscale: #4D4D4D. Windows color (decimal): -5755895 or 601256. OLE color: 601256.
HSL color Cylindrical-coordinate representation of color #A82C09: hue angle of 13.21º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A82C09 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 9 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.34 |
| HSL | 13.21º | 0.9% | 0.35% | - |
| HSV(B) | 13.21º | 0.95% | 0.66% | - |
| XYZ | 17.1 | 10.15 | 1.32 | - |
| YUV | 77.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 9 | 0 | 0.74 | 0.95 | 0.34 | 13.21 | 0.9 | 0.35 |
| Hex | A8 | 2C | 9 | 0 | 4A | 5F | 22 | D | 5A | 23 |
| Octal | 250 | 54 | 11 | 0 | 112 | 137 | 42 | 15 | 132 | 43 |
| Binary | 10101000 | 101100 | 1001 | 0 | 1001010 | 1011111 | 100010 | 1101 | 1011010 | 100011 |
Color Harmonies of #A82C09
Complementary color
Monochromatic Colors of #A82C09
Black with #A82C09
Text Example
Text Example
White with #A82C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C09; }
p { color: rgb(168,44,9); }
H1.HeaderClassName
{
color: #A82C09;
}
.AnyTagClassName
{
color: #A82C09;
}
</style>
background-color css
<style>
a { background-color: #A82C09; }
a { background-color: rgb(168,44,9); }
div.DivClassName
{
background-color: #A82C09;
}
.BgClassName
{
background-color: #A82C09;
}
</style>
border-color css
<style>
span { border-color: #A82C09; }
span { border-color: rgb(168,44,9); }
td.TdClassName
{
border-color: #A82C09;
}
.TagClassName
{
border-color: #A82C09;
}
</style>