Shades of Rust #A82F0F
Tints of Rust #A82F0F
RGB
CMYK
RGB Variations
Color information
#A82F0F (or 0xA82F0F) is known color: Rust. HEX triplet: A8, 2F and 0F. RGB value is (168,47,15). Sum of RGB (Red+Green+Blue) = 168+47+15=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82F0F is #57D0F0. Grayscale: #4F4F4F. Windows color (decimal): -5755121 or 995240. OLE color: 995240.
HSL color Cylindrical-coordinate representation of color #A82F0F: hue angle of 12.55º 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 #A82F0F is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 47 | 15 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.34 |
| HSL | 12.55º | 0.84% | 0.36% | - |
| HSV(B) | 12.55º | 0.91% | 0.66% | - |
| XYZ | 17.25 | 10.39 | 1.55 | - |
| YUV | 79.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 15 | 0 | 0.72 | 0.91 | 0.34 | 12.55 | 0.84 | 0.36 |
| Hex | A8 | 2F | F | 0 | 48 | 5B | 22 | D | 54 | 24 |
| Octal | 250 | 57 | 17 | 0 | 110 | 133 | 42 | 15 | 124 | 44 |
| Binary | 10101000 | 101111 | 1111 | 0 | 1001000 | 1011011 | 100010 | 1101 | 1010100 | 100100 |
Color Harmonies of #A82F0F
Complementary color
Monochromatic Colors of #A82F0F
Black with #A82F0F
Text Example
Text Example
White with #A82F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82F0F; }
p { color: rgb(168,47,15); }
H1.HeaderClassName
{
color: #A82F0F;
}
.AnyTagClassName
{
color: #A82F0F;
}
</style>
background-color css
<style>
a { background-color: #A82F0F; }
a { background-color: rgb(168,47,15); }
div.DivClassName
{
background-color: #A82F0F;
}
.BgClassName
{
background-color: #A82F0F;
}
</style>
border-color css
<style>
span { border-color: #A82F0F; }
span { border-color: rgb(168,47,15); }
td.TdClassName
{
border-color: #A82F0F;
}
.TagClassName
{
border-color: #A82F0F;
}
</style>