Shades of Rustic Red #3D0B19
Tints of Rustic Red #3D0B19
RGB
CMYK
RGB Variations
Color information
#3D0B19 (or 0x3D0B19) is known color: Rustic Red. HEX triplet: 3D, 0B and 19. RGB value is (61,11,25). Sum of RGB (Red+Green+Blue) = 61+11+25=97 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.89% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0B19 is #C2F4E6. Grayscale: #1B1B1B. Windows color (decimal): -12776679 or 1641277. OLE color: 1641277.
HSL color Cylindrical-coordinate representation of color #3D0B19: hue angle of 343.2º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D0B19 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 11 | 25 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.76 |
| HSL | 343.2º | 0.69% | 0.14% | - |
| HSV(B) | 343.2º | 0.82% | 0.24% | - |
| XYZ | 2.22 | 1.3 | 1.05 | - |
| YUV | 27.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 25 | 0 | 0.82 | 0.59 | 0.76 | 343.2 | 0.69 | 0.14 |
| Hex | 3D | B | 19 | 0 | 52 | 3B | 4C | 157 | 45 | E |
| Octal | 75 | 13 | 31 | 0 | 122 | 73 | 114 | 527 | 105 | 16 |
| Binary | 111101 | 1011 | 11001 | 0 | 1010010 | 111011 | 1001100 | 101010111 | 1000101 | 1110 |
Color Harmonies of #3D0B19
Complementary color
Monochromatic Colors of #3D0B19
Black with #3D0B19
Text Example
Text Example
White with #3D0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0B19; }
p { color: rgb(61,11,25); }
H1.HeaderClassName
{
color: #3D0B19;
}
.AnyTagClassName
{
color: #3D0B19;
}
</style>
background-color css
<style>
a { background-color: #3D0B19; }
a { background-color: rgb(61,11,25); }
div.DivClassName
{
background-color: #3D0B19;
}
.BgClassName
{
background-color: #3D0B19;
}
</style>
border-color css
<style>
span { border-color: #3D0B19; }
span { border-color: rgb(61,11,25); }
td.TdClassName
{
border-color: #3D0B19;
}
.TagClassName
{
border-color: #3D0B19;
}
</style>