Shades of Rustic Red #1B0C0D
Tints of Rustic Red #1B0C0D
RGB
CMYK
RGB Variations
Color information
#1B0C0D (or 0x1B0C0D) is known color: Rustic Red. HEX triplet: 1B, 0C and 0D. RGB value is (27,12,13). Sum of RGB (Red+Green+Blue) = 27+12+13=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C0D is #E4F3F2. Grayscale: #101010. Windows color (decimal): -15004659 or 855067. OLE color: 855067.
HSL color Cylindrical-coordinate representation of color #1B0C0D: hue angle of 356º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B0C0D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 12 | 13 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.89 |
| HSL | 356º | 0.38% | 0.08% | - |
| HSV(B) | 356º | 0.56% | 0.11% | - |
| XYZ | 0.66 | 0.53 | 0.45 | - |
| YUV | 16.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 13 | 0 | 0.56 | 0.52 | 0.89 | 356 | 0.38 | 0.08 |
| Hex | 1B | C | D | 0 | 38 | 34 | 59 | 164 | 26 | 8 |
| Octal | 33 | 14 | 15 | 0 | 70 | 64 | 131 | 544 | 46 | 10 |
| Binary | 11011 | 1100 | 1101 | 0 | 111000 | 110100 | 1011001 | 101100100 | 100110 | 1000 |
Color Harmonies of #1B0C0D
Complementary color
Monochromatic Colors of #1B0C0D
Black with #1B0C0D
Text Example
Text Example
White with #1B0C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C0D; }
p { color: rgb(27,12,13); }
H1.HeaderClassName
{
color: #1B0C0D;
}
.AnyTagClassName
{
color: #1B0C0D;
}
</style>
background-color css
<style>
a { background-color: #1B0C0D; }
a { background-color: rgb(27,12,13); }
div.DivClassName
{
background-color: #1B0C0D;
}
.BgClassName
{
background-color: #1B0C0D;
}
</style>
border-color css
<style>
span { border-color: #1B0C0D; }
span { border-color: rgb(27,12,13); }
td.TdClassName
{
border-color: #1B0C0D;
}
.TagClassName
{
border-color: #1B0C0D;
}
</style>