Shades of Rustic Red #41090E
Tints of Rustic Red #41090E
RGB
CMYK
RGB Variations
Color information
#41090E (or 0x41090E) is known color: Rustic Red. HEX triplet: 41, 09 and 0E. RGB value is (65,9,14). Sum of RGB (Red+Green+Blue) = 65+9+14=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #41090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41090E is #BEF6F1. Grayscale: #1A1A1A. Windows color (decimal): -12515058 or 919873. OLE color: 919873.
HSL color Cylindrical-coordinate representation of color #41090E: hue angle of 354.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41090E is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 14 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.75 |
| HSL | 354.64º | 0.76% | 0.15% | - |
| HSV(B) | 354.64º | 0.86% | 0.25% | - |
| XYZ | 2.36 | 1.35 | 0.55 | - |
| YUV | 26.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 14 | 0 | 0.86 | 0.78 | 0.75 | 354.64 | 0.76 | 0.15 |
| Hex | 41 | 9 | E | 0 | 56 | 4E | 4B | 163 | 4C | F |
| Octal | 101 | 11 | 16 | 0 | 126 | 116 | 113 | 543 | 114 | 17 |
| Binary | 1000001 | 1001 | 1110 | 0 | 1010110 | 1001110 | 1001011 | 101100011 | 1001100 | 1111 |
Color Harmonies of #41090E
Complementary color
Monochromatic Colors of #41090E
Black with #41090E
Text Example
Text Example
White with #41090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41090E; }
p { color: rgb(65,9,14); }
H1.HeaderClassName
{
color: #41090E;
}
.AnyTagClassName
{
color: #41090E;
}
</style>
background-color css
<style>
a { background-color: #41090E; }
a { background-color: rgb(65,9,14); }
div.DivClassName
{
background-color: #41090E;
}
.BgClassName
{
background-color: #41090E;
}
</style>
border-color css
<style>
span { border-color: #41090E; }
span { border-color: rgb(65,9,14); }
td.TdClassName
{
border-color: #41090E;
}
.TagClassName
{
border-color: #41090E;
}
</style>