Shades of Rusty Nail #915A2B
Tints of Rusty Nail #915A2B
RGB
CMYK
RGB Variations
Color information
#915A2B (or 0x915A2B) is known color: Rusty Nail. HEX triplet: 91, 5A and 2B. RGB value is (145,90,43). Sum of RGB (Red+Green+Blue) = 145+90+43=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A2B is #6EA5D4. Grayscale: #656565. Windows color (decimal): -7251413 or 2841233. OLE color: 2841233.
HSL color Cylindrical-coordinate representation of color #915A2B: hue angle of 27.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #915A2B is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 43 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.43 |
| HSL | 27.65º | 0.54% | 0.37% | - |
| HSV(B) | 27.65º | 0.7% | 0.57% | - |
| XYZ | 15.77 | 13.51 | 4.06 | - |
| YUV | 101.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 43 | 0 | 0.38 | 0.70 | 0.43 | 27.65 | 0.54 | 0.37 |
| Hex | 91 | 5A | 2B | 0 | 26 | 46 | 2B | 1C | 36 | 25 |
| Octal | 221 | 132 | 53 | 0 | 46 | 106 | 53 | 34 | 66 | 45 |
| Binary | 10010001 | 1011010 | 101011 | 0 | 100110 | 1000110 | 101011 | 11100 | 110110 | 100101 |
Color Harmonies of #915A2B
Complementary color
Monochromatic Colors of #915A2B
Black with #915A2B
Text Example
Text Example
White with #915A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A2B; }
p { color: rgb(145,90,43); }
H1.HeaderClassName
{
color: #915A2B;
}
.AnyTagClassName
{
color: #915A2B;
}
</style>
background-color css
<style>
a { background-color: #915A2B; }
a { background-color: rgb(145,90,43); }
div.DivClassName
{
background-color: #915A2B;
}
.BgClassName
{
background-color: #915A2B;
}
</style>
border-color css
<style>
span { border-color: #915A2B; }
span { border-color: rgb(145,90,43); }
td.TdClassName
{
border-color: #915A2B;
}
.TagClassName
{
border-color: #915A2B;
}
</style>