Shades of Rusty Nail #905C2C
Tints of Rusty Nail #905C2C
RGB
CMYK
RGB Variations
Color information
#905C2C (or 0x905C2C) is known color: Rusty Nail. HEX triplet: 90, 5C and 2C. RGB value is (144,92,44). Sum of RGB (Red+Green+Blue) = 144+92+44=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #905C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905C2C is #6FA3D3. Grayscale: #666666. Windows color (decimal): -7316436 or 2907280. OLE color: 2907280.
HSL color Cylindrical-coordinate representation of color #905C2C: hue angle of 28.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #905C2C is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 44 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.44 |
| HSL | 28.8º | 0.53% | 0.37% | - |
| HSV(B) | 28.8º | 0.69% | 0.56% | - |
| XYZ | 15.78 | 13.77 | 4.21 | - |
| YUV | 102.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 44 | 0 | 0.36 | 0.69 | 0.44 | 28.8 | 0.53 | 0.37 |
| Hex | 90 | 5C | 2C | 0 | 24 | 45 | 2C | 1D | 35 | 25 |
| Octal | 220 | 134 | 54 | 0 | 44 | 105 | 54 | 35 | 65 | 45 |
| Binary | 10010000 | 1011100 | 101100 | 0 | 100100 | 1000101 | 101100 | 11101 | 110101 | 100101 |
Color Harmonies of #905C2C
Complementary color
Monochromatic Colors of #905C2C
Black with #905C2C
Text Example
Text Example
White with #905C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C2C; }
p { color: rgb(144,92,44); }
H1.HeaderClassName
{
color: #905C2C;
}
.AnyTagClassName
{
color: #905C2C;
}
</style>
background-color css
<style>
a { background-color: #905C2C; }
a { background-color: rgb(144,92,44); }
div.DivClassName
{
background-color: #905C2C;
}
.BgClassName
{
background-color: #905C2C;
}
</style>
border-color css
<style>
span { border-color: #905C2C; }
span { border-color: rgb(144,92,44); }
td.TdClassName
{
border-color: #905C2C;
}
.TagClassName
{
border-color: #905C2C;
}
</style>