Shades of Rustic Red #1A0D0F
Tints of Rustic Red #1A0D0F
RGB
CMYK
RGB Variations
Color information
#1A0D0F (or 0x1A0D0F) is known color: Rustic Red. HEX triplet: 1A, 0D and 0F. RGB value is (26,13,15). Sum of RGB (Red+Green+Blue) = 26+13+15=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D0F is #E5F2F0. Grayscale: #111111. Windows color (decimal): -15069937 or 986394. OLE color: 986394.
HSL color Cylindrical-coordinate representation of color #1A0D0F: hue angle of 350.77º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A0D0F is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 13 | 15 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.90 |
| HSL | 350.77º | 0.33% | 0.08% | - |
| HSV(B) | 350.77º | 0.5% | 0.1% | - |
| XYZ | 0.66 | 0.54 | 0.52 | - |
| YUV | 17.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 15 | 0 | 0.5 | 0.42 | 0.90 | 350.77 | 0.33 | 0.08 |
| Hex | 1A | D | F | 0 | 32 | 2A | 5A | 15F | 21 | 8 |
| Octal | 32 | 15 | 17 | 0 | 62 | 52 | 132 | 537 | 41 | 10 |
| Binary | 11010 | 1101 | 1111 | 0 | 110010 | 101010 | 1011010 | 101011111 | 100001 | 1000 |
Color Harmonies of #1A0D0F
Complementary color
Monochromatic Colors of #1A0D0F
Black with #1A0D0F
Text Example
Text Example
White with #1A0D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D0F; }
p { color: rgb(26,13,15); }
H1.HeaderClassName
{
color: #1A0D0F;
}
.AnyTagClassName
{
color: #1A0D0F;
}
</style>
background-color css
<style>
a { background-color: #1A0D0F; }
a { background-color: rgb(26,13,15); }
div.DivClassName
{
background-color: #1A0D0F;
}
.BgClassName
{
background-color: #1A0D0F;
}
</style>
border-color css
<style>
span { border-color: #1A0D0F; }
span { border-color: rgb(26,13,15); }
td.TdClassName
{
border-color: #1A0D0F;
}
.TagClassName
{
border-color: #1A0D0F;
}
</style>