Shades of Rustic Red #41050F
Tints of Rustic Red #41050F
RGB
CMYK
RGB Variations
Color information
#41050F (or 0x41050F) is known color: Rustic Red. HEX triplet: 41, 05 and 0F. RGB value is (65,5,15). Sum of RGB (Red+Green+Blue) = 65+5+15=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #41050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41050F is #BEFAF0. Grayscale: #181818. Windows color (decimal): -12516081 or 984385. OLE color: 984385.
HSL color Cylindrical-coordinate representation of color #41050F: hue angle of 350º 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 #41050F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 15 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.75 |
| HSL | 350º | 0.86% | 0.14% | - |
| HSV(B) | 350º | 0.92% | 0.25% | - |
| XYZ | 2.32 | 1.27 | 0.57 | - |
| YUV | 24.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 15 | 0 | 0.92 | 0.77 | 0.75 | 350 | 0.86 | 0.14 |
| Hex | 41 | 5 | F | 0 | 5C | 4D | 4B | 15E | 56 | E |
| Octal | 101 | 5 | 17 | 0 | 134 | 115 | 113 | 536 | 126 | 16 |
| Binary | 1000001 | 101 | 1111 | 0 | 1011100 | 1001101 | 1001011 | 101011110 | 1010110 | 1110 |
Color Harmonies of #41050F
Complementary color
Monochromatic Colors of #41050F
Black with #41050F
Text Example
Text Example
White with #41050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41050F; }
p { color: rgb(65,5,15); }
H1.HeaderClassName
{
color: #41050F;
}
.AnyTagClassName
{
color: #41050F;
}
</style>
background-color css
<style>
a { background-color: #41050F; }
a { background-color: rgb(65,5,15); }
div.DivClassName
{
background-color: #41050F;
}
.BgClassName
{
background-color: #41050F;
}
</style>
border-color css
<style>
span { border-color: #41050F; }
span { border-color: rgb(65,5,15); }
td.TdClassName
{
border-color: #41050F;
}
.TagClassName
{
border-color: #41050F;
}
</style>