Shades of Rustic Red #410514
Tints of Rustic Red #410514
RGB
CMYK
RGB Variations
Color information
#410514 (or 0x410514) is known color: Rustic Red. HEX triplet: 41, 05 and 14. RGB value is (65,5,20). Sum of RGB (Red+Green+Blue) = 65+5+20=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #410514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410514 is #BEFAEB. Grayscale: #181818. Windows color (decimal): -12516076 or 1312065. OLE color: 1312065.
HSL color Cylindrical-coordinate representation of color #410514: hue angle of 345º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410514 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 20 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.75 |
| HSL | 345º | 0.86% | 0.14% | - |
| HSV(B) | 345º | 0.92% | 0.25% | - |
| XYZ | 2.36 | 1.28 | 0.79 | - |
| YUV | 24.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 20 | 0 | 0.92 | 0.69 | 0.75 | 345 | 0.86 | 0.14 |
| Hex | 41 | 5 | 14 | 0 | 5C | 45 | 4B | 159 | 56 | E |
| Octal | 101 | 5 | 24 | 0 | 134 | 105 | 113 | 531 | 126 | 16 |
| Binary | 1000001 | 101 | 10100 | 0 | 1011100 | 1000101 | 1001011 | 101011001 | 1010110 | 1110 |
Color Harmonies of #410514
Complementary color
Monochromatic Colors of #410514
Black with #410514
Text Example
Text Example
White with #410514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410514; }
p { color: rgb(65,5,20); }
H1.HeaderClassName
{
color: #410514;
}
.AnyTagClassName
{
color: #410514;
}
</style>
background-color css
<style>
a { background-color: #410514; }
a { background-color: rgb(65,5,20); }
div.DivClassName
{
background-color: #410514;
}
.BgClassName
{
background-color: #410514;
}
</style>
border-color css
<style>
span { border-color: #410514; }
span { border-color: rgb(65,5,20); }
td.TdClassName
{
border-color: #410514;
}
.TagClassName
{
border-color: #410514;
}
</style>