Shades of Rustic Red #1B0A0D
Tints of Rustic Red #1B0A0D
RGB
CMYK
RGB Variations
Color information
#1B0A0D (or 0x1B0A0D) is known color: Rustic Red. HEX triplet: 1B, 0A and 0D. RGB value is (27,10,13). Sum of RGB (Red+Green+Blue) = 27+10+13=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A0D is #E4F5F2. Grayscale: #0F0F0F. Windows color (decimal): -15005171 or 854555. OLE color: 854555.
HSL color Cylindrical-coordinate representation of color #1B0A0D: hue angle of 349.41º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0A0D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 10 | 13 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.89 |
| HSL | 349.41º | 0.46% | 0.07% | - |
| HSV(B) | 349.41º | 0.63% | 0.11% | - |
| XYZ | 0.63 | 0.48 | 0.44 | - |
| YUV | 15.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 13 | 0 | 0.63 | 0.52 | 0.89 | 349.41 | 0.46 | 0.07 |
| Hex | 1B | A | D | 0 | 3F | 34 | 59 | 15D | 2E | 7 |
| Octal | 33 | 12 | 15 | 0 | 77 | 64 | 131 | 535 | 56 | 7 |
| Binary | 11011 | 1010 | 1101 | 0 | 111111 | 110100 | 1011001 | 101011101 | 101110 | 111 |
Color Harmonies of #1B0A0D
Complementary color
Monochromatic Colors of #1B0A0D
Black with #1B0A0D
Text Example
Text Example
White with #1B0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A0D; }
p { color: rgb(27,10,13); }
H1.HeaderClassName
{
color: #1B0A0D;
}
.AnyTagClassName
{
color: #1B0A0D;
}
</style>
background-color css
<style>
a { background-color: #1B0A0D; }
a { background-color: rgb(27,10,13); }
div.DivClassName
{
background-color: #1B0A0D;
}
.BgClassName
{
background-color: #1B0A0D;
}
</style>
border-color css
<style>
span { border-color: #1B0A0D; }
span { border-color: rgb(27,10,13); }
td.TdClassName
{
border-color: #1B0A0D;
}
.TagClassName
{
border-color: #1B0A0D;
}
</style>