Shades of Rustic Red #41050B
Tints of Rustic Red #41050B
RGB
CMYK
RGB Variations
Color information
#41050B (or 0x41050B) is known color: Rustic Red. HEX triplet: 41, 05 and 0B. RGB value is (65,5,11). Sum of RGB (Red+Green+Blue) = 65+5+11=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #41050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41050B is #BEFAF4. Grayscale: #171717. Windows color (decimal): -12516085 or 722241. OLE color: 722241.
HSL color Cylindrical-coordinate representation of color #41050B: hue angle of 354º 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 #41050B is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 11 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.75 |
| HSL | 354º | 0.86% | 0.14% | - |
| HSV(B) | 354º | 0.92% | 0.25% | - |
| XYZ | 2.29 | 1.26 | 0.44 | - |
| YUV | 23.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 11 | 0 | 0.92 | 0.83 | 0.75 | 354 | 0.86 | 0.14 |
| Hex | 41 | 5 | B | 0 | 5C | 53 | 4B | 162 | 56 | E |
| Octal | 101 | 5 | 13 | 0 | 134 | 123 | 113 | 542 | 126 | 16 |
| Binary | 1000001 | 101 | 1011 | 0 | 1011100 | 1010011 | 1001011 | 101100010 | 1010110 | 1110 |
Color Harmonies of #41050B
Complementary color
Monochromatic Colors of #41050B
Black with #41050B
Text Example
Text Example
White with #41050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41050B; }
p { color: rgb(65,5,11); }
H1.HeaderClassName
{
color: #41050B;
}
.AnyTagClassName
{
color: #41050B;
}
</style>
background-color css
<style>
a { background-color: #41050B; }
a { background-color: rgb(65,5,11); }
div.DivClassName
{
background-color: #41050B;
}
.BgClassName
{
background-color: #41050B;
}
</style>
border-color css
<style>
span { border-color: #41050B; }
span { border-color: rgb(65,5,11); }
td.TdClassName
{
border-color: #41050B;
}
.TagClassName
{
border-color: #41050B;
}
</style>