Shades of Rustic Red #41070B
Tints of Rustic Red #41070B
RGB
CMYK
RGB Variations
Color information
#41070B (or 0x41070B) is known color: Rustic Red. HEX triplet: 41, 07 and 0B. RGB value is (65,7,11). Sum of RGB (Red+Green+Blue) = 65+7+11=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #41070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41070B is #BEF8F4. Grayscale: #181818. Windows color (decimal): -12515573 or 722753. OLE color: 722753.
HSL color Cylindrical-coordinate representation of color #41070B: hue angle of 355.86º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41070B is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 11 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.75 |
| HSL | 355.86º | 0.81% | 0.14% | - |
| HSV(B) | 355.86º | 0.89% | 0.25% | - |
| XYZ | 2.32 | 1.3 | 0.45 | - |
| YUV | 24.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 11 | 0 | 0.89 | 0.83 | 0.75 | 355.86 | 0.81 | 0.14 |
| Hex | 41 | 7 | B | 0 | 59 | 53 | 4B | 164 | 51 | E |
| Octal | 101 | 7 | 13 | 0 | 131 | 123 | 113 | 544 | 121 | 16 |
| Binary | 1000001 | 111 | 1011 | 0 | 1011001 | 1010011 | 1001011 | 101100100 | 1010001 | 1110 |
Color Harmonies of #41070B
Complementary color
Monochromatic Colors of #41070B
Black with #41070B
Text Example
Text Example
White with #41070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41070B; }
p { color: rgb(65,7,11); }
H1.HeaderClassName
{
color: #41070B;
}
.AnyTagClassName
{
color: #41070B;
}
</style>
background-color css
<style>
a { background-color: #41070B; }
a { background-color: rgb(65,7,11); }
div.DivClassName
{
background-color: #41070B;
}
.BgClassName
{
background-color: #41070B;
}
</style>
border-color css
<style>
span { border-color: #41070B; }
span { border-color: rgb(65,7,11); }
td.TdClassName
{
border-color: #41070B;
}
.TagClassName
{
border-color: #41070B;
}
</style>