Shades of Rustic Red #41070D
Tints of Rustic Red #41070D
RGB
CMYK
RGB Variations
Color information
#41070D (or 0x41070D) is known color: Rustic Red. HEX triplet: 41, 07 and 0D. RGB value is (65,7,13). Sum of RGB (Red+Green+Blue) = 65+7+13=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #41070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41070D is #BEF8F2. Grayscale: #191919. Windows color (decimal): -12515571 or 853825. OLE color: 853825.
HSL color Cylindrical-coordinate representation of color #41070D: hue angle of 353.79º 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 #41070D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 13 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.75 |
| HSL | 353.79º | 0.81% | 0.14% | - |
| HSV(B) | 353.79º | 0.89% | 0.25% | - |
| XYZ | 2.33 | 1.3 | 0.51 | - |
| YUV | 25.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 13 | 0 | 0.89 | 0.80 | 0.75 | 353.79 | 0.81 | 0.14 |
| Hex | 41 | 7 | D | 0 | 59 | 50 | 4B | 162 | 51 | E |
| Octal | 101 | 7 | 15 | 0 | 131 | 120 | 113 | 542 | 121 | 16 |
| Binary | 1000001 | 111 | 1101 | 0 | 1011001 | 1010000 | 1001011 | 101100010 | 1010001 | 1110 |
Color Harmonies of #41070D
Complementary color
Monochromatic Colors of #41070D
Black with #41070D
Text Example
Text Example
White with #41070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41070D; }
p { color: rgb(65,7,13); }
H1.HeaderClassName
{
color: #41070D;
}
.AnyTagClassName
{
color: #41070D;
}
</style>
background-color css
<style>
a { background-color: #41070D; }
a { background-color: rgb(65,7,13); }
div.DivClassName
{
background-color: #41070D;
}
.BgClassName
{
background-color: #41070D;
}
</style>
border-color css
<style>
span { border-color: #41070D; }
span { border-color: rgb(65,7,13); }
td.TdClassName
{
border-color: #41070D;
}
.TagClassName
{
border-color: #41070D;
}
</style>