Shades of Rust #A72F0D
Tints of Rust #A72F0D
RGB
CMYK
RGB Variations
Color information
#A72F0D (or 0xA72F0D) is known color: Rust. HEX triplet: A7, 2F and 0D. RGB value is (167,47,13). Sum of RGB (Red+Green+Blue) = 167+47+13=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72F0D is #58D0F2. Grayscale: #4F4F4F. Windows color (decimal): -5820659 or 864167. OLE color: 864167.
HSL color Cylindrical-coordinate representation of color #A72F0D: hue angle of 13.25º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A72F0D is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 13 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.35 |
| HSL | 13.25º | 0.86% | 0.35% | - |
| HSV(B) | 13.25º | 0.92% | 0.65% | - |
| XYZ | 17.03 | 10.28 | 1.47 | - |
| YUV | 79 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 13 | 0 | 0.72 | 0.92 | 0.35 | 13.25 | 0.86 | 0.35 |
| Hex | A7 | 2F | D | 0 | 48 | 5C | 23 | D | 56 | 23 |
| Octal | 247 | 57 | 15 | 0 | 110 | 134 | 43 | 15 | 126 | 43 |
| Binary | 10100111 | 101111 | 1101 | 0 | 1001000 | 1011100 | 100011 | 1101 | 1010110 | 100011 |
Color Harmonies of #A72F0D
Complementary color
Monochromatic Colors of #A72F0D
Black with #A72F0D
Text Example
Text Example
White with #A72F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F0D; }
p { color: rgb(167,47,13); }
H1.HeaderClassName
{
color: #A72F0D;
}
.AnyTagClassName
{
color: #A72F0D;
}
</style>
background-color css
<style>
a { background-color: #A72F0D; }
a { background-color: rgb(167,47,13); }
div.DivClassName
{
background-color: #A72F0D;
}
.BgClassName
{
background-color: #A72F0D;
}
</style>
border-color css
<style>
span { border-color: #A72F0D; }
span { border-color: rgb(167,47,13); }
td.TdClassName
{
border-color: #A72F0D;
}
.TagClassName
{
border-color: #A72F0D;
}
</style>