Shades of Rustic Red #41020D
Tints of Rustic Red #41020D
RGB
CMYK
RGB Variations
Color information
#41020D (or 0x41020D) is known color: Rustic Red. HEX triplet: 41, 02 and 0D. RGB value is (65,2,13). Sum of RGB (Red+Green+Blue) = 65+2+13=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #41020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41020D is #BEFDF2. Grayscale: #161616. Windows color (decimal): -12516851 or 852545. OLE color: 852545.
HSL color Cylindrical-coordinate representation of color #41020D: hue angle of 349.52º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41020D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 13 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.75 |
| HSL | 349.52º | 0.94% | 0.13% | - |
| HSV(B) | 349.52º | 0.97% | 0.25% | - |
| XYZ | 2.27 | 1.2 | 0.49 | - |
| YUV | 22.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 13 | 0 | 0.97 | 0.80 | 0.75 | 349.52 | 0.94 | 0.13 |
| Hex | 41 | 2 | D | 0 | 61 | 50 | 4B | 15E | 5E | D |
| Octal | 101 | 2 | 15 | 0 | 141 | 120 | 113 | 536 | 136 | 15 |
| Binary | 1000001 | 10 | 1101 | 0 | 1100001 | 1010000 | 1001011 | 101011110 | 1011110 | 1101 |
Color Harmonies of #41020D
Complementary color
Monochromatic Colors of #41020D
Black with #41020D
Text Example
Text Example
White with #41020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41020D; }
p { color: rgb(65,2,13); }
H1.HeaderClassName
{
color: #41020D;
}
.AnyTagClassName
{
color: #41020D;
}
</style>
background-color css
<style>
a { background-color: #41020D; }
a { background-color: rgb(65,2,13); }
div.DivClassName
{
background-color: #41020D;
}
.BgClassName
{
background-color: #41020D;
}
</style>
border-color css
<style>
span { border-color: #41020D; }
span { border-color: rgb(65,2,13); }
td.TdClassName
{
border-color: #41020D;
}
.TagClassName
{
border-color: #41020D;
}
</style>