Shades of Rustic Red #1A0307
Tints of Rustic Red #1A0307
RGB
CMYK
RGB Variations
Color information
#1A0307 (or 0x1A0307) is known color: Rustic Red. HEX triplet: 1A, 03 and 07. RGB value is (26,3,7). Sum of RGB (Red+Green+Blue) = 26+3+7=36 (4% of max value = 765). Red value is 26 (10.55% from 255 or 72.22% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0307 is #E5FCF8. Grayscale: #0A0A0A. Windows color (decimal): -15072505 or 459546. OLE color: 459546.
HSL color Cylindrical-coordinate representation of color #1A0307: hue angle of 349.57º 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 #1A0307 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 3 | 7 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.90 |
| HSL | 349.57º | 0.79% | 0.06% | - |
| HSV(B) | 349.57º | 0.88% | 0.1% | - |
| XYZ | 0.5 | 0.3 | 0.23 | - |
| YUV | 10.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 7 | 0 | 0.88 | 0.73 | 0.90 | 349.57 | 0.79 | 0.06 |
| Hex | 1A | 3 | 7 | 0 | 58 | 49 | 5A | 15E | 4F | 6 |
| Octal | 32 | 3 | 7 | 0 | 130 | 111 | 132 | 536 | 117 | 6 |
| Binary | 11010 | 11 | 111 | 0 | 1011000 | 1001001 | 1011010 | 101011110 | 1001111 | 110 |
Color Harmonies of #1A0307
Complementary color
Monochromatic Colors of #1A0307
Black with #1A0307
Text Example
Text Example
White with #1A0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0307; }
p { color: rgb(26,3,7); }
H1.HeaderClassName
{
color: #1A0307;
}
.AnyTagClassName
{
color: #1A0307;
}
</style>
background-color css
<style>
a { background-color: #1A0307; }
a { background-color: rgb(26,3,7); }
div.DivClassName
{
background-color: #1A0307;
}
.BgClassName
{
background-color: #1A0307;
}
</style>
border-color css
<style>
span { border-color: #1A0307; }
span { border-color: rgb(26,3,7); }
td.TdClassName
{
border-color: #1A0307;
}
.TagClassName
{
border-color: #1A0307;
}
</style>