Shades of Rustic Red #41060F
Tints of Rustic Red #41060F
RGB
CMYK
RGB Variations
Color information
#41060F (or 0x41060F) is known color: Rustic Red. HEX triplet: 41, 06 and 0F. RGB value is (65,6,15). Sum of RGB (Red+Green+Blue) = 65+6+15=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #41060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41060F is #BEF9F0. Grayscale: #181818. Windows color (decimal): -12515825 or 984641. OLE color: 984641.
HSL color Cylindrical-coordinate representation of color #41060F: hue angle of 350.85º 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 #41060F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 15 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.75 |
| HSL | 350.85º | 0.83% | 0.14% | - |
| HSV(B) | 350.85º | 0.91% | 0.25% | - |
| XYZ | 2.33 | 1.29 | 0.58 | - |
| YUV | 24.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 15 | 0 | 0.91 | 0.77 | 0.75 | 350.85 | 0.83 | 0.14 |
| Hex | 41 | 6 | F | 0 | 5B | 4D | 4B | 15F | 53 | E |
| Octal | 101 | 6 | 17 | 0 | 133 | 115 | 113 | 537 | 123 | 16 |
| Binary | 1000001 | 110 | 1111 | 0 | 1011011 | 1001101 | 1001011 | 101011111 | 1010011 | 1110 |
Color Harmonies of #41060F
Complementary color
Monochromatic Colors of #41060F
Black with #41060F
Text Example
Text Example
White with #41060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41060F; }
p { color: rgb(65,6,15); }
H1.HeaderClassName
{
color: #41060F;
}
.AnyTagClassName
{
color: #41060F;
}
</style>
background-color css
<style>
a { background-color: #41060F; }
a { background-color: rgb(65,6,15); }
div.DivClassName
{
background-color: #41060F;
}
.BgClassName
{
background-color: #41060F;
}
</style>
border-color css
<style>
span { border-color: #41060F; }
span { border-color: rgb(65,6,15); }
td.TdClassName
{
border-color: #41060F;
}
.TagClassName
{
border-color: #41060F;
}
</style>