Shades of Rustic Red #3E0917
Tints of Rustic Red #3E0917
RGB
CMYK
RGB Variations
Color information
#3E0917 (or 0x3E0917) is known color: Rustic Red. HEX triplet: 3E, 09 and 17. RGB value is (62,9,23). Sum of RGB (Red+Green+Blue) = 62+9+23=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0917 is #C1F6E8. Grayscale: #1A1A1A. Windows color (decimal): -12711657 or 1509694. OLE color: 1509694.
HSL color Cylindrical-coordinate representation of color #3E0917: hue angle of 344.15º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0917 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 23 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.76 |
| HSL | 344.15º | 0.75% | 0.14% | - |
| HSV(B) | 344.15º | 0.85% | 0.24% | - |
| XYZ | 2.24 | 1.28 | 0.94 | - |
| YUV | 26.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 23 | 0 | 0.85 | 0.63 | 0.76 | 344.15 | 0.75 | 0.14 |
| Hex | 3E | 9 | 17 | 0 | 55 | 3F | 4C | 158 | 4B | E |
| Octal | 76 | 11 | 27 | 0 | 125 | 77 | 114 | 530 | 113 | 16 |
| Binary | 111110 | 1001 | 10111 | 0 | 1010101 | 111111 | 1001100 | 101011000 | 1001011 | 1110 |
Color Harmonies of #3E0917
Complementary color
Monochromatic Colors of #3E0917
Black with #3E0917
Text Example
Text Example
White with #3E0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0917; }
p { color: rgb(62,9,23); }
H1.HeaderClassName
{
color: #3E0917;
}
.AnyTagClassName
{
color: #3E0917;
}
</style>
background-color css
<style>
a { background-color: #3E0917; }
a { background-color: rgb(62,9,23); }
div.DivClassName
{
background-color: #3E0917;
}
.BgClassName
{
background-color: #3E0917;
}
</style>
border-color css
<style>
span { border-color: #3E0917; }
span { border-color: rgb(62,9,23); }
td.TdClassName
{
border-color: #3E0917;
}
.TagClassName
{
border-color: #3E0917;
}
</style>