Shades of Rust #A7300B
Tints of Rust #A7300B
RGB
CMYK
RGB Variations
Color information
#A7300B (or 0xA7300B) is known color: Rust. HEX triplet: A7, 30 and 0B. RGB value is (167,48,11). Sum of RGB (Red+Green+Blue) = 167+48+11=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A7300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7300B is #58CFF4. Grayscale: #4F4F4F. Windows color (decimal): -5820405 or 733351. OLE color: 733351.
HSL color Cylindrical-coordinate representation of color #A7300B: hue angle of 14.23º 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 #A7300B is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 48 | 11 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.35 |
| HSL | 14.23º | 0.88% | 0.35% | - |
| HSV(B) | 14.23º | 0.93% | 0.65% | - |
| XYZ | 17.05 | 10.35 | 1.42 | - |
| YUV | 79.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 11 | 0 | 0.71 | 0.93 | 0.35 | 14.23 | 0.88 | 0.35 |
| Hex | A7 | 30 | B | 0 | 47 | 5D | 23 | E | 58 | 23 |
| Octal | 247 | 60 | 13 | 0 | 107 | 135 | 43 | 16 | 130 | 43 |
| Binary | 10100111 | 110000 | 1011 | 0 | 1000111 | 1011101 | 100011 | 1110 | 1011000 | 100011 |
Color Harmonies of #A7300B
Complementary color
Monochromatic Colors of #A7300B
Black with #A7300B
Text Example
Text Example
White with #A7300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7300B; }
p { color: rgb(167,48,11); }
H1.HeaderClassName
{
color: #A7300B;
}
.AnyTagClassName
{
color: #A7300B;
}
</style>
background-color css
<style>
a { background-color: #A7300B; }
a { background-color: rgb(167,48,11); }
div.DivClassName
{
background-color: #A7300B;
}
.BgClassName
{
background-color: #A7300B;
}
</style>
border-color css
<style>
span { border-color: #A7300B; }
span { border-color: rgb(167,48,11); }
td.TdClassName
{
border-color: #A7300B;
}
.TagClassName
{
border-color: #A7300B;
}
</style>