Shades of Rustic Red #41010F
Tints of Rustic Red #41010F
RGB
CMYK
RGB Variations
Color information
#41010F (or 0x41010F) is known color: Rustic Red. HEX triplet: 41, 01 and 0F. RGB value is (65,1,15). Sum of RGB (Red+Green+Blue) = 65+1+15=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #41010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41010F is #BEFEF0. Grayscale: #151515. Windows color (decimal): -12517105 or 983361. OLE color: 983361.
HSL color Cylindrical-coordinate representation of color #41010F: hue angle of 346.88º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41010F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 1 | 15 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.75 |
| HSL | 346.88º | 0.97% | 0.13% | - |
| HSV(B) | 346.88º | 0.98% | 0.25% | - |
| XYZ | 2.28 | 1.18 | 0.56 | - |
| YUV | 21.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 15 | 0 | 0.98 | 0.77 | 0.75 | 346.88 | 0.97 | 0.13 |
| Hex | 41 | 1 | F | 0 | 62 | 4D | 4B | 15B | 61 | D |
| Octal | 101 | 1 | 17 | 0 | 142 | 115 | 113 | 533 | 141 | 15 |
| Binary | 1000001 | 1 | 1111 | 0 | 1100010 | 1001101 | 1001011 | 101011011 | 1100001 | 1101 |
Color Harmonies of #41010F
Complementary color
Monochromatic Colors of #41010F
Black with #41010F
Text Example
Text Example
White with #41010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41010F; }
p { color: rgb(65,1,15); }
H1.HeaderClassName
{
color: #41010F;
}
.AnyTagClassName
{
color: #41010F;
}
</style>
background-color css
<style>
a { background-color: #41010F; }
a { background-color: rgb(65,1,15); }
div.DivClassName
{
background-color: #41010F;
}
.BgClassName
{
background-color: #41010F;
}
</style>
border-color css
<style>
span { border-color: #41010F; }
span { border-color: rgb(65,1,15); }
td.TdClassName
{
border-color: #41010F;
}
.TagClassName
{
border-color: #41010F;
}
</style>