Shades of Rustic Red #1B040A
Tints of Rustic Red #1B040A
RGB
CMYK
RGB Variations
Color information
#1B040A (or 0x1B040A) is known color: Rustic Red. HEX triplet: 1B, 04 and 0A. RGB value is (27,4,10). Sum of RGB (Red+Green+Blue) = 27+4+10=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B040A is #E4FBF5. Grayscale: #0B0B0B. Windows color (decimal): -15006710 or 656411. OLE color: 656411.
HSL color Cylindrical-coordinate representation of color #1B040A: hue angle of 344.35º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B040A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 4 | 10 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.89 |
| HSL | 344.35º | 0.74% | 0.06% | - |
| HSV(B) | 344.35º | 0.85% | 0.11% | - |
| XYZ | 0.55 | 0.34 | 0.32 | - |
| YUV | 11.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 10 | 0 | 0.85 | 0.63 | 0.89 | 344.35 | 0.74 | 0.06 |
| Hex | 1B | 4 | A | 0 | 55 | 3F | 59 | 158 | 4A | 6 |
| Octal | 33 | 4 | 12 | 0 | 125 | 77 | 131 | 530 | 112 | 6 |
| Binary | 11011 | 100 | 1010 | 0 | 1010101 | 111111 | 1011001 | 101011000 | 1001010 | 110 |
Color Harmonies of #1B040A
Complementary color
Monochromatic Colors of #1B040A
Black with #1B040A
Text Example
Text Example
White with #1B040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B040A; }
p { color: rgb(27,4,10); }
H1.HeaderClassName
{
color: #1B040A;
}
.AnyTagClassName
{
color: #1B040A;
}
</style>
background-color css
<style>
a { background-color: #1B040A; }
a { background-color: rgb(27,4,10); }
div.DivClassName
{
background-color: #1B040A;
}
.BgClassName
{
background-color: #1B040A;
}
</style>
border-color css
<style>
span { border-color: #1B040A; }
span { border-color: rgb(27,4,10); }
td.TdClassName
{
border-color: #1B040A;
}
.TagClassName
{
border-color: #1B040A;
}
</style>