Shades of Rustic Red #3D0B18
Tints of Rustic Red #3D0B18
RGB
CMYK
RGB Variations
Color information
#3D0B18 (or 0x3D0B18) is known color: Rustic Red. HEX triplet: 3D, 0B and 18. RGB value is (61,11,24). Sum of RGB (Red+Green+Blue) = 61+11+24=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0B18 is #C2F4E7. Grayscale: #1B1B1B. Windows color (decimal): -12776680 or 1575741. OLE color: 1575741.
HSL color Cylindrical-coordinate representation of color #3D0B18: hue angle of 344.4º 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 #3D0B18 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 11 | 24 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.76 |
| HSL | 344.4º | 0.69% | 0.14% | - |
| HSV(B) | 344.4º | 0.82% | 0.24% | - |
| XYZ | 2.21 | 1.3 | 1 | - |
| YUV | 27.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 24 | 0 | 0.82 | 0.61 | 0.76 | 344.4 | 0.69 | 0.14 |
| Hex | 3D | B | 18 | 0 | 52 | 3D | 4C | 158 | 45 | E |
| Octal | 75 | 13 | 30 | 0 | 122 | 75 | 114 | 530 | 105 | 16 |
| Binary | 111101 | 1011 | 11000 | 0 | 1010010 | 111101 | 1001100 | 101011000 | 1000101 | 1110 |
Color Harmonies of #3D0B18
Complementary color
Monochromatic Colors of #3D0B18
Black with #3D0B18
Text Example
Text Example
White with #3D0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0B18; }
p { color: rgb(61,11,24); }
H1.HeaderClassName
{
color: #3D0B18;
}
.AnyTagClassName
{
color: #3D0B18;
}
</style>
background-color css
<style>
a { background-color: #3D0B18; }
a { background-color: rgb(61,11,24); }
div.DivClassName
{
background-color: #3D0B18;
}
.BgClassName
{
background-color: #3D0B18;
}
</style>
border-color css
<style>
span { border-color: #3D0B18; }
span { border-color: rgb(61,11,24); }
td.TdClassName
{
border-color: #3D0B18;
}
.TagClassName
{
border-color: #3D0B18;
}
</style>