Shades of Rustic Red #130608
Tints of Rustic Red #130608
RGB
CMYK
RGB Variations
Color information
#130608 (or 0x130608) is known color: Rustic Red. HEX triplet: 13, 06 and 08. RGB value is (19,6,8). Sum of RGB (Red+Green+Blue) = 19+6+8=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130608 is #ECF9F7. Grayscale: #0A0A0A. Windows color (decimal): -15530488 or 525843. OLE color: 525843.
HSL color Cylindrical-coordinate representation of color #130608: hue angle of 350.77º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130608 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 6 | 8 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.93 |
| HSL | 350.77º | 0.52% | 0.05% | - |
| HSV(B) | 350.77º | 0.68% | 0.07% | - |
| XYZ | 0.38 | 0.29 | 0.27 | - |
| YUV | 10.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 8 | 0 | 0.68 | 0.58 | 0.93 | 350.77 | 0.52 | 0.05 |
| Hex | 13 | 6 | 8 | 0 | 44 | 3A | 5D | 15F | 34 | 5 |
| Octal | 23 | 6 | 10 | 0 | 104 | 72 | 135 | 537 | 64 | 5 |
| Binary | 10011 | 110 | 1000 | 0 | 1000100 | 111010 | 1011101 | 101011111 | 110100 | 101 |
Color Harmonies of #130608
Complementary color
Monochromatic Colors of #130608
Black with #130608
Text Example
Text Example
White with #130608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130608; }
p { color: rgb(19,6,8); }
H1.HeaderClassName
{
color: #130608;
}
.AnyTagClassName
{
color: #130608;
}
</style>
background-color css
<style>
a { background-color: #130608; }
a { background-color: rgb(19,6,8); }
div.DivClassName
{
background-color: #130608;
}
.BgClassName
{
background-color: #130608;
}
</style>
border-color css
<style>
span { border-color: #130608; }
span { border-color: rgb(19,6,8); }
td.TdClassName
{
border-color: #130608;
}
.TagClassName
{
border-color: #130608;
}
</style>