Shades of Rustic Red #1A030F
Tints of Rustic Red #1A030F
RGB
CMYK
RGB Variations
Color information
#1A030F (or 0x1A030F) is known color: Rustic Red. HEX triplet: 1A, 03 and 0F. RGB value is (26,3,15). Sum of RGB (Red+Green+Blue) = 26+3+15=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A030F is #E5FCF0. Grayscale: #0B0B0B. Windows color (decimal): -15072497 or 983834. OLE color: 983834.
HSL color Cylindrical-coordinate representation of color #1A030F: hue angle of 328.7º 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 #1A030F is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 3 | 15 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.90 |
| HSL | 328.7º | 0.79% | 0.06% | - |
| HSV(B) | 328.7º | 0.88% | 0.1% | - |
| XYZ | 0.54 | 0.32 | 0.48 | - |
| YUV | 11.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 15 | 0 | 0.88 | 0.42 | 0.90 | 328.7 | 0.79 | 0.06 |
| Hex | 1A | 3 | F | 0 | 58 | 2A | 5A | 149 | 4F | 6 |
| Octal | 32 | 3 | 17 | 0 | 130 | 52 | 132 | 511 | 117 | 6 |
| Binary | 11010 | 11 | 1111 | 0 | 1011000 | 101010 | 1011010 | 101001001 | 1001111 | 110 |
Color Harmonies of #1A030F
Complementary color
Monochromatic Colors of #1A030F
Black with #1A030F
Text Example
Text Example
White with #1A030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A030F; }
p { color: rgb(26,3,15); }
H1.HeaderClassName
{
color: #1A030F;
}
.AnyTagClassName
{
color: #1A030F;
}
</style>
background-color css
<style>
a { background-color: #1A030F; }
a { background-color: rgb(26,3,15); }
div.DivClassName
{
background-color: #1A030F;
}
.BgClassName
{
background-color: #1A030F;
}
</style>
border-color css
<style>
span { border-color: #1A030F; }
span { border-color: rgb(26,3,15); }
td.TdClassName
{
border-color: #1A030F;
}
.TagClassName
{
border-color: #1A030F;
}
</style>