Shades of Rust #A82C0F
Tints of Rust #A82C0F
RGB
CMYK
RGB Variations
Color information
#A82C0F (or 0xA82C0F) is known color: Rust. HEX triplet: A8, 2C and 0F. RGB value is (168,44,15). Sum of RGB (Red+Green+Blue) = 168+44+15=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C0F is #57D3F0. Grayscale: #4E4E4E. Windows color (decimal): -5755889 or 994472. OLE color: 994472.
HSL color Cylindrical-coordinate representation of color #A82C0F: hue angle of 11.37º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A82C0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 15 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.34 |
| HSL | 11.37º | 0.84% | 0.36% | - |
| HSV(B) | 11.37º | 0.91% | 0.66% | - |
| XYZ | 17.14 | 10.16 | 1.51 | - |
| YUV | 77.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 15 | 0 | 0.74 | 0.91 | 0.34 | 11.37 | 0.84 | 0.36 |
| Hex | A8 | 2C | F | 0 | 4A | 5B | 22 | B | 54 | 24 |
| Octal | 250 | 54 | 17 | 0 | 112 | 133 | 42 | 13 | 124 | 44 |
| Binary | 10101000 | 101100 | 1111 | 0 | 1001010 | 1011011 | 100010 | 1011 | 1010100 | 100100 |
Color Harmonies of #A82C0F
Complementary color
Monochromatic Colors of #A82C0F
Black with #A82C0F
Text Example
Text Example
White with #A82C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C0F; }
p { color: rgb(168,44,15); }
H1.HeaderClassName
{
color: #A82C0F;
}
.AnyTagClassName
{
color: #A82C0F;
}
</style>
background-color css
<style>
a { background-color: #A82C0F; }
a { background-color: rgb(168,44,15); }
div.DivClassName
{
background-color: #A82C0F;
}
.BgClassName
{
background-color: #A82C0F;
}
</style>
border-color css
<style>
span { border-color: #A82C0F; }
span { border-color: rgb(168,44,15); }
td.TdClassName
{
border-color: #A82C0F;
}
.TagClassName
{
border-color: #A82C0F;
}
</style>