Shades of Rustic Red #3E0308
Tints of Rustic Red #3E0308
RGB
CMYK
RGB Variations
Color information
#3E0308 (or 0x3E0308) is known color: Rustic Red. HEX triplet: 3E, 03 and 08. RGB value is (62,3,8). Sum of RGB (Red+Green+Blue) = 62+3+8=73 (9% of max value = 765). Red value is 62 (24.61% from 255 or 84.93% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0308 is #C1FCF7. Grayscale: #151515. Windows color (decimal): -12713208 or 525118. OLE color: 525118.
HSL color Cylindrical-coordinate representation of color #3E0308: hue angle of 354.92º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0308 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 8 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.76 |
| HSL | 354.92º | 0.91% | 0.13% | - |
| HSV(B) | 354.92º | 0.95% | 0.24% | - |
| XYZ | 2.06 | 1.11 | 0.33 | - |
| YUV | 21.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 8 | 0 | 0.95 | 0.87 | 0.76 | 354.92 | 0.91 | 0.13 |
| Hex | 3E | 3 | 8 | 0 | 5F | 57 | 4C | 163 | 5B | D |
| Octal | 76 | 3 | 10 | 0 | 137 | 127 | 114 | 543 | 133 | 15 |
| Binary | 111110 | 11 | 1000 | 0 | 1011111 | 1010111 | 1001100 | 101100011 | 1011011 | 1101 |
Color Harmonies of #3E0308
Complementary color
Monochromatic Colors of #3E0308
Black with #3E0308
Text Example
Text Example
White with #3E0308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0308; }
p { color: rgb(62,3,8); }
H1.HeaderClassName
{
color: #3E0308;
}
.AnyTagClassName
{
color: #3E0308;
}
</style>
background-color css
<style>
a { background-color: #3E0308; }
a { background-color: rgb(62,3,8); }
div.DivClassName
{
background-color: #3E0308;
}
.BgClassName
{
background-color: #3E0308;
}
</style>
border-color css
<style>
span { border-color: #3E0308; }
span { border-color: rgb(62,3,8); }
td.TdClassName
{
border-color: #3E0308;
}
.TagClassName
{
border-color: #3E0308;
}
</style>