Shades of Rustic Red #3B080D
Tints of Rustic Red #3B080D
RGB
CMYK
RGB Variations
Color information
#3B080D (or 0x3B080D) is known color: Rustic Red. HEX triplet: 3B, 08 and 0D. RGB value is (59,8,13). Sum of RGB (Red+Green+Blue) = 59+8+13=80 (10% of max value = 765). Red value is 59 (23.44% from 255 or 73.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 59 - color contains mainly: red. Hex color #3B080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B080D is #C4F7F2. Grayscale: #171717. Windows color (decimal): -12908531 or 854075. OLE color: 854075.
HSL color Cylindrical-coordinate representation of color #3B080D: hue angle of 354.12º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B080D is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 8 | 13 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.77 |
| HSL | 354.12º | 0.76% | 0.13% | - |
| HSV(B) | 354.12º | 0.86% | 0.23% | - |
| XYZ | 1.96 | 1.13 | 0.5 | - |
| YUV | 23.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 13 | 0 | 0.86 | 0.78 | 0.77 | 354.12 | 0.76 | 0.13 |
| Hex | 3B | 8 | D | 0 | 56 | 4E | 4D | 162 | 4C | D |
| Octal | 73 | 10 | 15 | 0 | 126 | 116 | 115 | 542 | 114 | 15 |
| Binary | 111011 | 1000 | 1101 | 0 | 1010110 | 1001110 | 1001101 | 101100010 | 1001100 | 1101 |
Color Harmonies of #3B080D
Complementary color
Monochromatic Colors of #3B080D
Black with #3B080D
Text Example
Text Example
White with #3B080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B080D; }
p { color: rgb(59,8,13); }
H1.HeaderClassName
{
color: #3B080D;
}
.AnyTagClassName
{
color: #3B080D;
}
</style>
background-color css
<style>
a { background-color: #3B080D; }
a { background-color: rgb(59,8,13); }
div.DivClassName
{
background-color: #3B080D;
}
.BgClassName
{
background-color: #3B080D;
}
</style>
border-color css
<style>
span { border-color: #3B080D; }
span { border-color: rgb(59,8,13); }
td.TdClassName
{
border-color: #3B080D;
}
.TagClassName
{
border-color: #3B080D;
}
</style>