Shades of Rusty Nail #905A2D
Tints of Rusty Nail #905A2D
RGB
CMYK
RGB Variations
Color information
#905A2D (or 0x905A2D) is known color: Rusty Nail. HEX triplet: 90, 5A and 2D. RGB value is (144,90,45). Sum of RGB (Red+Green+Blue) = 144+90+45=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #905A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905A2D is #6FA5D2. Grayscale: #656565. Windows color (decimal): -7316947 or 2972304. OLE color: 2972304.
HSL color Cylindrical-coordinate representation of color #905A2D: hue angle of 27.27º degrees, saturation: 0.52, 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 #905A2D is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 45 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.44 |
| HSL | 27.27º | 0.52% | 0.37% | - |
| HSV(B) | 27.27º | 0.69% | 0.56% | - |
| XYZ | 15.63 | 13.43 | 4.25 | - |
| YUV | 101.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 45 | 0 | 0.37 | 0.69 | 0.44 | 27.27 | 0.52 | 0.37 |
| Hex | 90 | 5A | 2D | 0 | 25 | 45 | 2C | 1B | 34 | 25 |
| Octal | 220 | 132 | 55 | 0 | 45 | 105 | 54 | 33 | 64 | 45 |
| Binary | 10010000 | 1011010 | 101101 | 0 | 100101 | 1000101 | 101100 | 11011 | 110100 | 100101 |
Color Harmonies of #905A2D
Complementary color
Monochromatic Colors of #905A2D
Black with #905A2D
Text Example
Text Example
White with #905A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A2D; }
p { color: rgb(144,90,45); }
H1.HeaderClassName
{
color: #905A2D;
}
.AnyTagClassName
{
color: #905A2D;
}
</style>
background-color css
<style>
a { background-color: #905A2D; }
a { background-color: rgb(144,90,45); }
div.DivClassName
{
background-color: #905A2D;
}
.BgClassName
{
background-color: #905A2D;
}
</style>
border-color css
<style>
span { border-color: #905A2D; }
span { border-color: rgb(144,90,45); }
td.TdClassName
{
border-color: #905A2D;
}
.TagClassName
{
border-color: #905A2D;
}
</style>