Shades of Rustic Red #1A030C
Tints of Rustic Red #1A030C
RGB
CMYK
RGB Variations
Color information
#1A030C (or 0x1A030C) is known color: Rustic Red. HEX triplet: 1A, 03 and 0C. RGB value is (26,3,12). Sum of RGB (Red+Green+Blue) = 26+3+12=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A030C is #E5FCF3. Grayscale: #0A0A0A. Windows color (decimal): -15072500 or 787226. OLE color: 787226.
HSL color Cylindrical-coordinate representation of color #1A030C: hue angle of 336.52º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A030C is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 3 | 12 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.90 |
| HSL | 336.52º | 0.79% | 0.06% | - |
| HSV(B) | 336.52º | 0.88% | 0.1% | - |
| XYZ | 0.52 | 0.31 | 0.38 | - |
| YUV | 10.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 12 | 0 | 0.88 | 0.54 | 0.90 | 336.52 | 0.79 | 0.06 |
| Hex | 1A | 3 | C | 0 | 58 | 36 | 5A | 151 | 4F | 6 |
| Octal | 32 | 3 | 14 | 0 | 130 | 66 | 132 | 521 | 117 | 6 |
| Binary | 11010 | 11 | 1100 | 0 | 1011000 | 110110 | 1011010 | 101010001 | 1001111 | 110 |
Color Harmonies of #1A030C
Complementary color
Monochromatic Colors of #1A030C
Black with #1A030C
Text Example
Text Example
White with #1A030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A030C; }
p { color: rgb(26,3,12); }
H1.HeaderClassName
{
color: #1A030C;
}
.AnyTagClassName
{
color: #1A030C;
}
</style>
background-color css
<style>
a { background-color: #1A030C; }
a { background-color: rgb(26,3,12); }
div.DivClassName
{
background-color: #1A030C;
}
.BgClassName
{
background-color: #1A030C;
}
</style>
border-color css
<style>
span { border-color: #1A030C; }
span { border-color: rgb(26,3,12); }
td.TdClassName
{
border-color: #1A030C;
}
.TagClassName
{
border-color: #1A030C;
}
</style>