Shades of Rustic Red #3D0F1C
Tints of Rustic Red #3D0F1C
RGB
CMYK
RGB Variations
Color information
#3D0F1C (or 0x3D0F1C) is known color: Rustic Red. HEX triplet: 3D, 0F and 1C. RGB value is (61,15,28). Sum of RGB (Red+Green+Blue) = 61+15+28=104 (13% of max value = 765). Red value is 61 (24.22% from 255 or 58.65% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0F1C is #C2F0E3. Grayscale: #1E1E1E. Windows color (decimal): -12775652 or 1838909. OLE color: 1838909.
HSL color Cylindrical-coordinate representation of color #3D0F1C: hue angle of 343.04º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D0F1C is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 15 | 28 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.76 |
| HSL | 343.04º | 0.61% | 0.15% | - |
| HSV(B) | 343.04º | 0.75% | 0.24% | - |
| XYZ | 2.3 | 1.42 | 1.25 | - |
| YUV | 30.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 28 | 0 | 0.75 | 0.54 | 0.76 | 343.04 | 0.61 | 0.15 |
| Hex | 3D | F | 1C | 0 | 4B | 36 | 4C | 157 | 3D | F |
| Octal | 75 | 17 | 34 | 0 | 113 | 66 | 114 | 527 | 75 | 17 |
| Binary | 111101 | 1111 | 11100 | 0 | 1001011 | 110110 | 1001100 | 101010111 | 111101 | 1111 |
Color Harmonies of #3D0F1C
Complementary color
Monochromatic Colors of #3D0F1C
Black with #3D0F1C
Text Example
Text Example
White with #3D0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0F1C; }
p { color: rgb(61,15,28); }
H1.HeaderClassName
{
color: #3D0F1C;
}
.AnyTagClassName
{
color: #3D0F1C;
}
</style>
background-color css
<style>
a { background-color: #3D0F1C; }
a { background-color: rgb(61,15,28); }
div.DivClassName
{
background-color: #3D0F1C;
}
.BgClassName
{
background-color: #3D0F1C;
}
</style>
border-color css
<style>
span { border-color: #3D0F1C; }
span { border-color: rgb(61,15,28); }
td.TdClassName
{
border-color: #3D0F1C;
}
.TagClassName
{
border-color: #3D0F1C;
}
</style>