Shades of Rust #A7300A
Tints of Rust #A7300A
RGB
CMYK
RGB Variations
Color information
#A7300A (or 0xA7300A) is known color: Rust. HEX triplet: A7, 30 and 0A. RGB value is (167,48,10). Sum of RGB (Red+Green+Blue) = 167+48+10=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A7300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7300A is #58CFF5. Grayscale: #4F4F4F. Windows color (decimal): -5820406 or 667815. OLE color: 667815.
HSL color Cylindrical-coordinate representation of color #A7300A: hue angle of 14.52º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7300A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 48 | 10 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.35 |
| HSL | 14.52º | 0.89% | 0.35% | - |
| HSV(B) | 14.52º | 0.94% | 0.65% | - |
| XYZ | 17.05 | 10.35 | 1.39 | - |
| YUV | 79.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 10 | 0 | 0.71 | 0.94 | 0.35 | 14.52 | 0.89 | 0.35 |
| Hex | A7 | 30 | A | 0 | 47 | 5E | 23 | F | 59 | 23 |
| Octal | 247 | 60 | 12 | 0 | 107 | 136 | 43 | 17 | 131 | 43 |
| Binary | 10100111 | 110000 | 1010 | 0 | 1000111 | 1011110 | 100011 | 1111 | 1011001 | 100011 |
Color Harmonies of #A7300A
Complementary color
Monochromatic Colors of #A7300A
Black with #A7300A
Text Example
Text Example
White with #A7300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7300A; }
p { color: rgb(167,48,10); }
H1.HeaderClassName
{
color: #A7300A;
}
.AnyTagClassName
{
color: #A7300A;
}
</style>
background-color css
<style>
a { background-color: #A7300A; }
a { background-color: rgb(167,48,10); }
div.DivClassName
{
background-color: #A7300A;
}
.BgClassName
{
background-color: #A7300A;
}
</style>
border-color css
<style>
span { border-color: #A7300A; }
span { border-color: rgb(167,48,10); }
td.TdClassName
{
border-color: #A7300A;
}
.TagClassName
{
border-color: #A7300A;
}
</style>