Shades of Rust #A74A0A
Tints of Rust #A74A0A
RGB
CMYK
RGB Variations
Color information
#A74A0A (or 0xA74A0A) is known color: Rust. HEX triplet: A7, 4A and 0A. RGB value is (167,74,10). Sum of RGB (Red+Green+Blue) = 167+74+10=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74A0A is #58B5F5. Grayscale: #5E5E5E. Windows color (decimal): -5813750 or 674471. OLE color: 674471.
HSL color Cylindrical-coordinate representation of color #A74A0A: hue angle of 24.46º 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 #A74A0A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.35 |
| HSL | 24.46º | 0.89% | 0.35% | - |
| HSV(B) | 24.46º | 0.94% | 0.65% | - |
| XYZ | 18.44 | 13.13 | 1.85 | - |
| YUV | 94.51 | 80.31 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 10 | 0 | 0.56 | 0.94 | 0.35 | 24.46 | 0.89 | 0.35 |
| Hex | A7 | 4A | A | 0 | 38 | 5E | 23 | 18 | 59 | 23 |
| Octal | 247 | 112 | 12 | 0 | 70 | 136 | 43 | 30 | 131 | 43 |
| Binary | 10100111 | 1001010 | 1010 | 0 | 111000 | 1011110 | 100011 | 11000 | 1011001 | 100011 |
Color Harmonies of #A74A0A
Complementary color
Monochromatic Colors of #A74A0A
Black with #A74A0A
Text Example
Text Example
White with #A74A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A0A; }
p { color: rgb(167,74,10); }
H1.HeaderClassName
{
color: #A74A0A;
}
.AnyTagClassName
{
color: #A74A0A;
}
</style>
background-color css
<style>
a { background-color: #A74A0A; }
a { background-color: rgb(167,74,10); }
div.DivClassName
{
background-color: #A74A0A;
}
.BgClassName
{
background-color: #A74A0A;
}
</style>
border-color css
<style>
span { border-color: #A74A0A; }
span { border-color: rgb(167,74,10); }
td.TdClassName
{
border-color: #A74A0A;
}
.TagClassName
{
border-color: #A74A0A;
}
</style>