Shades of Rustic Red #41121B
Tints of Rustic Red #41121B
RGB
CMYK
RGB Variations
Color information
#41121B (or 0x41121B) is known color: Rustic Red. HEX triplet: 41, 12 and 1B. RGB value is (65,18,27). Sum of RGB (Red+Green+Blue) = 65+18+27=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121B is #BEEDE4. Grayscale: #212121. Windows color (decimal): -12512741 or 1774145. OLE color: 1774145.
HSL color Cylindrical-coordinate representation of color #41121B: hue angle of 348.51º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41121B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 27 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.75 |
| HSL | 348.51º | 0.57% | 0.16% | - |
| HSV(B) | 348.51º | 0.72% | 0.25% | - |
| XYZ | 2.59 | 1.64 | 1.22 | - |
| YUV | 33.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 27 | 0 | 0.72 | 0.58 | 0.75 | 348.51 | 0.57 | 0.16 |
| Hex | 41 | 12 | 1B | 0 | 48 | 3A | 4B | 15D | 39 | 10 |
| Octal | 101 | 22 | 33 | 0 | 110 | 72 | 113 | 535 | 71 | 20 |
| Binary | 1000001 | 10010 | 11011 | 0 | 1001000 | 111010 | 1001011 | 101011101 | 111001 | 10000 |
Color Harmonies of #41121B
Complementary color
Monochromatic Colors of #41121B
Black with #41121B
Text Example
Text Example
White with #41121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41121B; }
p { color: rgb(65,18,27); }
H1.HeaderClassName
{
color: #41121B;
}
.AnyTagClassName
{
color: #41121B;
}
</style>
background-color css
<style>
a { background-color: #41121B; }
a { background-color: rgb(65,18,27); }
div.DivClassName
{
background-color: #41121B;
}
.BgClassName
{
background-color: #41121B;
}
</style>
border-color css
<style>
span { border-color: #41121B; }
span { border-color: rgb(65,18,27); }
td.TdClassName
{
border-color: #41121B;
}
.TagClassName
{
border-color: #41121B;
}
</style>