Shades of Rustic Red #1A0F12
Tints of Rustic Red #1A0F12
RGB
CMYK
RGB Variations
Color information
#1A0F12 (or 0x1A0F12) is known color: Rustic Red. HEX triplet: 1A, 0F and 12. RGB value is (26,15,18). Sum of RGB (Red+Green+Blue) = 26+15+18=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F12 is #E5F0ED. Grayscale: #121212. Windows color (decimal): -15069422 or 1183514. OLE color: 1183514.
HSL color Cylindrical-coordinate representation of color #1A0F12: hue angle of 343.64º 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 #1A0F12 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 15 | 18 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.90 |
| HSL | 343.64º | 0.27% | 0.08% | - |
| HSV(B) | 343.64º | 0.42% | 0.1% | - |
| XYZ | 0.71 | 0.6 | 0.65 | - |
| YUV | 18.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 18 | 0 | 0.42 | 0.31 | 0.90 | 343.64 | 0.27 | 0.08 |
| Hex | 1A | F | 12 | 0 | 2A | 1F | 5A | 158 | 1B | 8 |
| Octal | 32 | 17 | 22 | 0 | 52 | 37 | 132 | 530 | 33 | 10 |
| Binary | 11010 | 1111 | 10010 | 0 | 101010 | 11111 | 1011010 | 101011000 | 11011 | 1000 |
Color Harmonies of #1A0F12
Complementary color
Monochromatic Colors of #1A0F12
Black with #1A0F12
Text Example
Text Example
White with #1A0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F12; }
p { color: rgb(26,15,18); }
H1.HeaderClassName
{
color: #1A0F12;
}
.AnyTagClassName
{
color: #1A0F12;
}
</style>
background-color css
<style>
a { background-color: #1A0F12; }
a { background-color: rgb(26,15,18); }
div.DivClassName
{
background-color: #1A0F12;
}
.BgClassName
{
background-color: #1A0F12;
}
</style>
border-color css
<style>
span { border-color: #1A0F12; }
span { border-color: rgb(26,15,18); }
td.TdClassName
{
border-color: #1A0F12;
}
.TagClassName
{
border-color: #1A0F12;
}
</style>