Shades of Rustic Red #1A0F13
Tints of Rustic Red #1A0F13
RGB
CMYK
RGB Variations
Color information
#1A0F13 (or 0x1A0F13) is known color: Rustic Red. HEX triplet: 1A, 0F and 13. RGB value is (26,15,19). Sum of RGB (Red+Green+Blue) = 26+15+19=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F13 is #E5F0EC. Grayscale: #121212. Windows color (decimal): -15069421 or 1249050. OLE color: 1249050.
HSL color Cylindrical-coordinate representation of color #1A0F13: hue angle of 338.18º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1A0F13 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 15 | 19 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.90 |
| HSL | 338.18º | 0.27% | 0.08% | - |
| HSV(B) | 338.18º | 0.42% | 0.1% | - |
| XYZ | 0.71 | 0.61 | 0.7 | - |
| YUV | 18.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 19 | 0 | 0.42 | 0.27 | 0.90 | 338.18 | 0.27 | 0.08 |
| Hex | 1A | F | 13 | 0 | 2A | 1B | 5A | 152 | 1B | 8 |
| Octal | 32 | 17 | 23 | 0 | 52 | 33 | 132 | 522 | 33 | 10 |
| Binary | 11010 | 1111 | 10011 | 0 | 101010 | 11011 | 1011010 | 101010010 | 11011 | 1000 |
Color Harmonies of #1A0F13
Complementary color
Monochromatic Colors of #1A0F13
Black with #1A0F13
Text Example
Text Example
White with #1A0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F13; }
p { color: rgb(26,15,19); }
H1.HeaderClassName
{
color: #1A0F13;
}
.AnyTagClassName
{
color: #1A0F13;
}
</style>
background-color css
<style>
a { background-color: #1A0F13; }
a { background-color: rgb(26,15,19); }
div.DivClassName
{
background-color: #1A0F13;
}
.BgClassName
{
background-color: #1A0F13;
}
</style>
border-color css
<style>
span { border-color: #1A0F13; }
span { border-color: rgb(26,15,19); }
td.TdClassName
{
border-color: #1A0F13;
}
.TagClassName
{
border-color: #1A0F13;
}
</style>