Shades of Rustic Red #130105
Tints of Rustic Red #130105
RGB
CMYK
RGB Variations
Color information
#130105 (or 0x130105) is known color: Rustic Red. HEX triplet: 13, 01 and 05. RGB value is (19,1,5). Sum of RGB (Red+Green+Blue) = 19+1+5=25 (3% of max value = 765). Red value is 19 (7.81% from 255 or 76% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 19 - color contains mainly: red. Hex color #130105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130105 is #ECFEFA. Grayscale: #060606. Windows color (decimal): -15531771 or 327955. OLE color: 327955.
HSL color Cylindrical-coordinate representation of color #130105: hue angle of 346.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130105 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 1 | 5 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.93 |
| HSL | 346.67º | 0.9% | 0.04% | - |
| HSV(B) | 346.67º | 0.95% | 0.07% | - |
| XYZ | 0.31 | 0.17 | 0.16 | - |
| YUV | 6.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 5 | 0 | 0.95 | 0.74 | 0.93 | 346.67 | 0.9 | 0.04 |
| Hex | 13 | 1 | 5 | 0 | 5F | 4A | 5D | 15B | 5A | 4 |
| Octal | 23 | 1 | 5 | 0 | 137 | 112 | 135 | 533 | 132 | 4 |
| Binary | 10011 | 1 | 101 | 0 | 1011111 | 1001010 | 1011101 | 101011011 | 1011010 | 100 |
Color Harmonies of #130105
Complementary color
Monochromatic Colors of #130105
Black with #130105
Text Example
Text Example
White with #130105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130105; }
p { color: rgb(19,1,5); }
H1.HeaderClassName
{
color: #130105;
}
.AnyTagClassName
{
color: #130105;
}
</style>
background-color css
<style>
a { background-color: #130105; }
a { background-color: rgb(19,1,5); }
div.DivClassName
{
background-color: #130105;
}
.BgClassName
{
background-color: #130105;
}
</style>
border-color css
<style>
span { border-color: #130105; }
span { border-color: rgb(19,1,5); }
td.TdClassName
{
border-color: #130105;
}
.TagClassName
{
border-color: #130105;
}
</style>