Shades of Rustic Red #41131C
Tints of Rustic Red #41131C
RGB
CMYK
RGB Variations
Color information
#41131C (or 0x41131C) is known color: Rustic Red. HEX triplet: 41, 13 and 1C. RGB value is (65,19,28). Sum of RGB (Red+Green+Blue) = 65+19+28=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41131C is #BEECE3. Grayscale: #212121. Windows color (decimal): -12512484 or 1839937. OLE color: 1839937.
HSL color Cylindrical-coordinate representation of color #41131C: hue angle of 348.26º 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 #41131C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 28 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.75 |
| HSL | 348.26º | 0.55% | 0.16% | - |
| HSV(B) | 348.26º | 0.71% | 0.25% | - |
| XYZ | 2.62 | 1.67 | 1.28 | - |
| YUV | 33.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 28 | 0 | 0.71 | 0.57 | 0.75 | 348.26 | 0.55 | 0.16 |
| Hex | 41 | 13 | 1C | 0 | 47 | 39 | 4B | 15C | 37 | 10 |
| Octal | 101 | 23 | 34 | 0 | 107 | 71 | 113 | 534 | 67 | 20 |
| Binary | 1000001 | 10011 | 11100 | 0 | 1000111 | 111001 | 1001011 | 101011100 | 110111 | 10000 |
Color Harmonies of #41131C
Complementary color
Monochromatic Colors of #41131C
Black with #41131C
Text Example
Text Example
White with #41131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41131C; }
p { color: rgb(65,19,28); }
H1.HeaderClassName
{
color: #41131C;
}
.AnyTagClassName
{
color: #41131C;
}
</style>
background-color css
<style>
a { background-color: #41131C; }
a { background-color: rgb(65,19,28); }
div.DivClassName
{
background-color: #41131C;
}
.BgClassName
{
background-color: #41131C;
}
</style>
border-color css
<style>
span { border-color: #41131C; }
span { border-color: rgb(65,19,28); }
td.TdClassName
{
border-color: #41131C;
}
.TagClassName
{
border-color: #41131C;
}
</style>