Shades of Rust #A7440B
Tints of Rust #A7440B
RGB
CMYK
RGB Variations
Color information
#A7440B (or 0xA7440B) is known color: Rust. HEX triplet: A7, 44 and 0B. RGB value is (167,68,11). Sum of RGB (Red+Green+Blue) = 167+68+11=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7440B is #58BBF4. Grayscale: #5B5B5B. Windows color (decimal): -5815285 or 738471. OLE color: 738471.
HSL color Cylindrical-coordinate representation of color #A7440B: hue angle of 21.92º 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 #A7440B is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 68 | 11 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.35 |
| HSL | 21.92º | 0.88% | 0.35% | - |
| HSV(B) | 21.92º | 0.93% | 0.65% | - |
| XYZ | 18.06 | 12.37 | 1.75 | - |
| YUV | 91.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 11 | 0 | 0.59 | 0.93 | 0.35 | 21.92 | 0.88 | 0.35 |
| Hex | A7 | 44 | B | 0 | 3B | 5D | 23 | 16 | 58 | 23 |
| Octal | 247 | 104 | 13 | 0 | 73 | 135 | 43 | 26 | 130 | 43 |
| Binary | 10100111 | 1000100 | 1011 | 0 | 111011 | 1011101 | 100011 | 10110 | 1011000 | 100011 |
Color Harmonies of #A7440B
Complementary color
Monochromatic Colors of #A7440B
Black with #A7440B
Text Example
Text Example
White with #A7440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7440B; }
p { color: rgb(167,68,11); }
H1.HeaderClassName
{
color: #A7440B;
}
.AnyTagClassName
{
color: #A7440B;
}
</style>
background-color css
<style>
a { background-color: #A7440B; }
a { background-color: rgb(167,68,11); }
div.DivClassName
{
background-color: #A7440B;
}
.BgClassName
{
background-color: #A7440B;
}
</style>
border-color css
<style>
span { border-color: #A7440B; }
span { border-color: rgb(167,68,11); }
td.TdClassName
{
border-color: #A7440B;
}
.TagClassName
{
border-color: #A7440B;
}
</style>