Shades of Rusty Nail #925C2C
Tints of Rusty Nail #925C2C
RGB
CMYK
RGB Variations
Color information
#925C2C (or 0x925C2C) is known color: Rusty Nail. HEX triplet: 92, 5C and 2C. RGB value is (146,92,44). Sum of RGB (Red+Green+Blue) = 146+92+44=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #925C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C2C is #6DA3D3. Grayscale: #666666. Windows color (decimal): -7185364 or 2907282. OLE color: 2907282.
HSL color Cylindrical-coordinate representation of color #925C2C: hue angle of 28.24º 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 #925C2C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 44 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.43 |
| HSL | 28.24º | 0.54% | 0.37% | - |
| HSV(B) | 28.24º | 0.7% | 0.57% | - |
| XYZ | 16.14 | 13.95 | 4.22 | - |
| YUV | 102.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 44 | 0 | 0.37 | 0.70 | 0.43 | 28.24 | 0.54 | 0.37 |
| Hex | 92 | 5C | 2C | 0 | 25 | 46 | 2B | 1C | 36 | 25 |
| Octal | 222 | 134 | 54 | 0 | 45 | 106 | 53 | 34 | 66 | 45 |
| Binary | 10010010 | 1011100 | 101100 | 0 | 100101 | 1000110 | 101011 | 11100 | 110110 | 100101 |
Color Harmonies of #925C2C
Complementary color
Monochromatic Colors of #925C2C
Black with #925C2C
Text Example
Text Example
White with #925C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C2C; }
p { color: rgb(146,92,44); }
H1.HeaderClassName
{
color: #925C2C;
}
.AnyTagClassName
{
color: #925C2C;
}
</style>
background-color css
<style>
a { background-color: #925C2C; }
a { background-color: rgb(146,92,44); }
div.DivClassName
{
background-color: #925C2C;
}
.BgClassName
{
background-color: #925C2C;
}
</style>
border-color css
<style>
span { border-color: #925C2C; }
span { border-color: rgb(146,92,44); }
td.TdClassName
{
border-color: #925C2C;
}
.TagClassName
{
border-color: #925C2C;
}
</style>