Shades of Rust #A72F03
Tints of Rust #A72F03
RGB
CMYK
RGB Variations
Color information
#A72F03 (or 0xA72F03) is known color: Rust. HEX triplet: A7, 2F and 03. RGB value is (167,47,3). Sum of RGB (Red+Green+Blue) = 167+47+3=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72F03 is #58D0FC. Grayscale: #4E4E4E. Windows color (decimal): -5820669 or 208807. OLE color: 208807.
HSL color Cylindrical-coordinate representation of color #A72F03: hue angle of 16.1º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A72F03 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.35 |
| HSL | 16.1º | 0.96% | 0.33% | - |
| HSV(B) | 16.1º | 0.98% | 0.65% | - |
| XYZ | 16.97 | 10.26 | 1.17 | - |
| YUV | 77.86 | 85.76 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 3 | 0 | 0.72 | 0.98 | 0.35 | 16.1 | 0.96 | 0.33 |
| Hex | A7 | 2F | 3 | 0 | 48 | 62 | 23 | 10 | 60 | 21 |
| Octal | 247 | 57 | 3 | 0 | 110 | 142 | 43 | 20 | 140 | 41 |
| Binary | 10100111 | 101111 | 11 | 0 | 1001000 | 1100010 | 100011 | 10000 | 1100000 | 100001 |
Color Harmonies of #A72F03
Complementary color
Monochromatic Colors of #A72F03
Black with #A72F03
Text Example
Text Example
White with #A72F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F03; }
p { color: rgb(167,47,3); }
H1.HeaderClassName
{
color: #A72F03;
}
.AnyTagClassName
{
color: #A72F03;
}
</style>
background-color css
<style>
a { background-color: #A72F03; }
a { background-color: rgb(167,47,3); }
div.DivClassName
{
background-color: #A72F03;
}
.BgClassName
{
background-color: #A72F03;
}
</style>
border-color css
<style>
span { border-color: #A72F03; }
span { border-color: rgb(167,47,3); }
td.TdClassName
{
border-color: #A72F03;
}
.TagClassName
{
border-color: #A72F03;
}
</style>