Shades of Rustic Red #41010B
Tints of Rustic Red #41010B
RGB
CMYK
RGB Variations
Color information
#41010B (or 0x41010B) is known color: Rustic Red. HEX triplet: 41, 01 and 0B. RGB value is (65,1,11). Sum of RGB (Red+Green+Blue) = 65+1+11=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #41010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41010B is #BEFEF4. Grayscale: #151515. Windows color (decimal): -12517109 or 721217. OLE color: 721217.
HSL color Cylindrical-coordinate representation of color #41010B: hue angle of 350.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41010B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.75 |
| HSL | 350.63º | 0.97% | 0.13% | - |
| HSV(B) | 350.63º | 0.98% | 0.25% | - |
| XYZ | 2.25 | 1.17 | 0.42 | - |
| YUV | 21.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 11 | 0 | 0.98 | 0.83 | 0.75 | 350.63 | 0.97 | 0.13 |
| Hex | 41 | 1 | B | 0 | 62 | 53 | 4B | 15F | 61 | D |
| Octal | 101 | 1 | 13 | 0 | 142 | 123 | 113 | 537 | 141 | 15 |
| Binary | 1000001 | 1 | 1011 | 0 | 1100010 | 1010011 | 1001011 | 101011111 | 1100001 | 1101 |
Color Harmonies of #41010B
Complementary color
Monochromatic Colors of #41010B
Black with #41010B
Text Example
Text Example
White with #41010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41010B; }
p { color: rgb(65,1,11); }
H1.HeaderClassName
{
color: #41010B;
}
.AnyTagClassName
{
color: #41010B;
}
</style>
background-color css
<style>
a { background-color: #41010B; }
a { background-color: rgb(65,1,11); }
div.DivClassName
{
background-color: #41010B;
}
.BgClassName
{
background-color: #41010B;
}
</style>
border-color css
<style>
span { border-color: #41010B; }
span { border-color: rgb(65,1,11); }
td.TdClassName
{
border-color: #41010B;
}
.TagClassName
{
border-color: #41010B;
}
</style>