Shades of Rustic Red #41090B
Tints of Rustic Red #41090B
RGB
CMYK
RGB Variations
Color information
#41090B (or 0x41090B) is known color: Rustic Red. HEX triplet: 41, 09 and 0B. RGB value is (65,9,11). Sum of RGB (Red+Green+Blue) = 65+9+11=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #41090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41090B is #BEF6F4. Grayscale: #1A1A1A. Windows color (decimal): -12515061 or 723265. OLE color: 723265.
HSL color Cylindrical-coordinate representation of color #41090B: hue angle of 357.86º 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 #41090B is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 11 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.75 |
| HSL | 357.86º | 0.76% | 0.15% | - |
| HSV(B) | 357.86º | 0.86% | 0.25% | - |
| XYZ | 2.34 | 1.34 | 0.45 | - |
| YUV | 25.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 11 | 0 | 0.86 | 0.83 | 0.75 | 357.86 | 0.76 | 0.15 |
| Hex | 41 | 9 | B | 0 | 56 | 53 | 4B | 166 | 4C | F |
| Octal | 101 | 11 | 13 | 0 | 126 | 123 | 113 | 546 | 114 | 17 |
| Binary | 1000001 | 1001 | 1011 | 0 | 1010110 | 1010011 | 1001011 | 101100110 | 1001100 | 1111 |
Color Harmonies of #41090B
Complementary color
Monochromatic Colors of #41090B
Black with #41090B
Text Example
Text Example
White with #41090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41090B; }
p { color: rgb(65,9,11); }
H1.HeaderClassName
{
color: #41090B;
}
.AnyTagClassName
{
color: #41090B;
}
</style>
background-color css
<style>
a { background-color: #41090B; }
a { background-color: rgb(65,9,11); }
div.DivClassName
{
background-color: #41090B;
}
.BgClassName
{
background-color: #41090B;
}
</style>
border-color css
<style>
span { border-color: #41090B; }
span { border-color: rgb(65,9,11); }
td.TdClassName
{
border-color: #41090B;
}
.TagClassName
{
border-color: #41090B;
}
</style>