Shades of Rustic Red #41060B
Tints of Rustic Red #41060B
RGB
CMYK
RGB Variations
Color information
#41060B (or 0x41060B) is known color: Rustic Red. HEX triplet: 41, 06 and 0B. RGB value is (65,6,11). Sum of RGB (Red+Green+Blue) = 65+6+11=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #41060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41060B is #BEF9F4. Grayscale: #181818. Windows color (decimal): -12515829 or 722497. OLE color: 722497.
HSL color Cylindrical-coordinate representation of color #41060B: hue angle of 354.92º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41060B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 11 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.75 |
| HSL | 354.92º | 0.83% | 0.14% | - |
| HSV(B) | 354.92º | 0.91% | 0.25% | - |
| XYZ | 2.31 | 1.28 | 0.44 | - |
| YUV | 24.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 11 | 0 | 0.91 | 0.83 | 0.75 | 354.92 | 0.83 | 0.14 |
| Hex | 41 | 6 | B | 0 | 5B | 53 | 4B | 163 | 53 | E |
| Octal | 101 | 6 | 13 | 0 | 133 | 123 | 113 | 543 | 123 | 16 |
| Binary | 1000001 | 110 | 1011 | 0 | 1011011 | 1010011 | 1001011 | 101100011 | 1010011 | 1110 |
Color Harmonies of #41060B
Complementary color
Monochromatic Colors of #41060B
Black with #41060B
Text Example
Text Example
White with #41060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41060B; }
p { color: rgb(65,6,11); }
H1.HeaderClassName
{
color: #41060B;
}
.AnyTagClassName
{
color: #41060B;
}
</style>
background-color css
<style>
a { background-color: #41060B; }
a { background-color: rgb(65,6,11); }
div.DivClassName
{
background-color: #41060B;
}
.BgClassName
{
background-color: #41060B;
}
</style>
border-color css
<style>
span { border-color: #41060B; }
span { border-color: rgb(65,6,11); }
td.TdClassName
{
border-color: #41060B;
}
.TagClassName
{
border-color: #41060B;
}
</style>