Shades of Rust #A7320B
Tints of Rust #A7320B
RGB
CMYK
RGB Variations
Color information
#A7320B (or 0xA7320B) is known color: Rust. HEX triplet: A7, 32 and 0B. RGB value is (167,50,11). Sum of RGB (Red+Green+Blue) = 167+50+11=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A7320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7320B is #58CDF4. Grayscale: #505050. Windows color (decimal): -5819893 or 733863. OLE color: 733863.
HSL color Cylindrical-coordinate representation of color #A7320B: hue angle of 15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7320B is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 11 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.35 |
| HSL | 15º | 0.88% | 0.35% | - |
| HSV(B) | 15º | 0.93% | 0.65% | - |
| XYZ | 17.14 | 10.52 | 1.44 | - |
| YUV | 80.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 11 | 0 | 0.70 | 0.93 | 0.35 | 15 | 0.88 | 0.35 |
| Hex | A7 | 32 | B | 0 | 46 | 5D | 23 | F | 58 | 23 |
| Octal | 247 | 62 | 13 | 0 | 106 | 135 | 43 | 17 | 130 | 43 |
| Binary | 10100111 | 110010 | 1011 | 0 | 1000110 | 1011101 | 100011 | 1111 | 1011000 | 100011 |
Color Harmonies of #A7320B
Complementary color
Monochromatic Colors of #A7320B
Black with #A7320B
Text Example
Text Example
White with #A7320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7320B; }
p { color: rgb(167,50,11); }
H1.HeaderClassName
{
color: #A7320B;
}
.AnyTagClassName
{
color: #A7320B;
}
</style>
background-color css
<style>
a { background-color: #A7320B; }
a { background-color: rgb(167,50,11); }
div.DivClassName
{
background-color: #A7320B;
}
.BgClassName
{
background-color: #A7320B;
}
</style>
border-color css
<style>
span { border-color: #A7320B; }
span { border-color: rgb(167,50,11); }
td.TdClassName
{
border-color: #A7320B;
}
.TagClassName
{
border-color: #A7320B;
}
</style>