Shades of Rustic Red #41131A
Tints of Rustic Red #41131A
RGB
CMYK
RGB Variations
Color information
#41131A (or 0x41131A) is known color: Rustic Red. HEX triplet: 41, 13 and 1A. RGB value is (65,19,26). Sum of RGB (Red+Green+Blue) = 65+19+26=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41131A is #BEECE5. Grayscale: #212121. Windows color (decimal): -12512486 or 1708865. OLE color: 1708865.
HSL color Cylindrical-coordinate representation of color #41131A: hue angle of 350.87º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41131A is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 26 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.75 |
| HSL | 350.87º | 0.55% | 0.16% | - |
| HSV(B) | 350.87º | 0.71% | 0.25% | - |
| XYZ | 2.6 | 1.66 | 1.16 | - |
| YUV | 33.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 26 | 0 | 0.71 | 0.60 | 0.75 | 350.87 | 0.55 | 0.16 |
| Hex | 41 | 13 | 1A | 0 | 47 | 3C | 4B | 15F | 37 | 10 |
| Octal | 101 | 23 | 32 | 0 | 107 | 74 | 113 | 537 | 67 | 20 |
| Binary | 1000001 | 10011 | 11010 | 0 | 1000111 | 111100 | 1001011 | 101011111 | 110111 | 10000 |
Color Harmonies of #41131A
Complementary color
Monochromatic Colors of #41131A
Black with #41131A
Text Example
Text Example
White with #41131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41131A; }
p { color: rgb(65,19,26); }
H1.HeaderClassName
{
color: #41131A;
}
.AnyTagClassName
{
color: #41131A;
}
</style>
background-color css
<style>
a { background-color: #41131A; }
a { background-color: rgb(65,19,26); }
div.DivClassName
{
background-color: #41131A;
}
.BgClassName
{
background-color: #41131A;
}
</style>
border-color css
<style>
span { border-color: #41131A; }
span { border-color: rgb(65,19,26); }
td.TdClassName
{
border-color: #41131A;
}
.TagClassName
{
border-color: #41131A;
}
</style>