Shades of Rust #A72F02
Tints of Rust #A72F02
RGB
CMYK
RGB Variations
Color information
#A72F02 (or 0xA72F02) is known color: Rust. HEX triplet: A7, 2F and 02. RGB value is (167,47,2). Sum of RGB (Red+Green+Blue) = 167+47+2=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72F02 is #58D0FD. Grayscale: #4E4E4E. Windows color (decimal): -5820670 or 143271. OLE color: 143271.
HSL color Cylindrical-coordinate representation of color #A72F02: hue angle of 16.36º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A72F02 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.35 |
| HSL | 16.36º | 0.98% | 0.33% | - |
| HSV(B) | 16.36º | 0.99% | 0.65% | - |
| XYZ | 16.96 | 10.25 | 1.14 | - |
| YUV | 77.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 2 | 0 | 0.72 | 0.99 | 0.35 | 16.36 | 0.98 | 0.33 |
| Hex | A7 | 2F | 2 | 0 | 48 | 63 | 23 | 10 | 62 | 21 |
| Octal | 247 | 57 | 2 | 0 | 110 | 143 | 43 | 20 | 142 | 41 |
| Binary | 10100111 | 101111 | 10 | 0 | 1001000 | 1100011 | 100011 | 10000 | 1100010 | 100001 |
Color Harmonies of #A72F02
Complementary color
Monochromatic Colors of #A72F02
Black with #A72F02
Text Example
Text Example
White with #A72F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F02; }
p { color: rgb(167,47,2); }
H1.HeaderClassName
{
color: #A72F02;
}
.AnyTagClassName
{
color: #A72F02;
}
</style>
background-color css
<style>
a { background-color: #A72F02; }
a { background-color: rgb(167,47,2); }
div.DivClassName
{
background-color: #A72F02;
}
.BgClassName
{
background-color: #A72F02;
}
</style>
border-color css
<style>
span { border-color: #A72F02; }
span { border-color: rgb(167,47,2); }
td.TdClassName
{
border-color: #A72F02;
}
.TagClassName
{
border-color: #A72F02;
}
</style>