Shades of Rustic Red #13070A
Tints of Rustic Red #13070A
RGB
CMYK
RGB Variations
Color information
#13070A (or 0x13070A) is known color: Rustic Red. HEX triplet: 13, 07 and 0A. RGB value is (19,7,10). Sum of RGB (Red+Green+Blue) = 19+7+10=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13070A is #ECF8F5. Grayscale: #0A0A0A. Windows color (decimal): -15530230 or 657171. OLE color: 657171.
HSL color Cylindrical-coordinate representation of color #13070A: hue angle of 345º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13070A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 7 | 10 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.93 |
| HSL | 345º | 0.46% | 0.05% | - |
| HSV(B) | 345º | 0.63% | 0.07% | - |
| XYZ | 0.4 | 0.31 | 0.33 | - |
| YUV | 10.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 10 | 0 | 0.63 | 0.47 | 0.93 | 345 | 0.46 | 0.05 |
| Hex | 13 | 7 | A | 0 | 3F | 2F | 5D | 159 | 2E | 5 |
| Octal | 23 | 7 | 12 | 0 | 77 | 57 | 135 | 531 | 56 | 5 |
| Binary | 10011 | 111 | 1010 | 0 | 111111 | 101111 | 1011101 | 101011001 | 101110 | 101 |
Color Harmonies of #13070A
Complementary color
Monochromatic Colors of #13070A
Black with #13070A
Text Example
Text Example
White with #13070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13070A; }
p { color: rgb(19,7,10); }
H1.HeaderClassName
{
color: #13070A;
}
.AnyTagClassName
{
color: #13070A;
}
</style>
background-color css
<style>
a { background-color: #13070A; }
a { background-color: rgb(19,7,10); }
div.DivClassName
{
background-color: #13070A;
}
.BgClassName
{
background-color: #13070A;
}
</style>
border-color css
<style>
span { border-color: #13070A; }
span { border-color: rgb(19,7,10); }
td.TdClassName
{
border-color: #13070A;
}
.TagClassName
{
border-color: #13070A;
}
</style>