Shades of Claret #70102E
Tints of Claret #70102E
RGB
CMYK
RGB Variations
Color information
#70102E (or 0x70102E) is known color: Claret. HEX triplet: 70, 10 and 2E. RGB value is (112,16,46). Sum of RGB (Red+Green+Blue) = 112+16+46=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70102E is #8FEFD1. Grayscale: #303030. Windows color (decimal): -9433042 or 3018864. OLE color: 3018864.
HSL color Cylindrical-coordinate representation of color #70102E: hue angle of 341.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70102E is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 46 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.56 |
| HSL | 341.25º | 0.75% | 0.25% | - |
| HSV(B) | 341.25º | 0.86% | 0.44% | - |
| XYZ | 7.36 | 4.01 | 2.97 | - |
| YUV | 48.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 46 | 0 | 0.86 | 0.59 | 0.56 | 341.25 | 0.75 | 0.25 |
| Hex | 70 | 10 | 2E | 0 | 56 | 3B | 38 | 155 | 4B | 19 |
| Octal | 160 | 20 | 56 | 0 | 126 | 73 | 70 | 525 | 113 | 31 |
| Binary | 1110000 | 10000 | 101110 | 0 | 1010110 | 111011 | 111000 | 101010101 | 1001011 | 11001 |
Color Harmonies of #70102E
Complementary color
Monochromatic Colors of #70102E
Black with #70102E
Text Example
Text Example
White with #70102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70102E; }
p { color: rgb(112,16,46); }
H1.HeaderClassName
{
color: #70102E;
}
.AnyTagClassName
{
color: #70102E;
}
</style>
background-color css
<style>
a { background-color: #70102E; }
a { background-color: rgb(112,16,46); }
div.DivClassName
{
background-color: #70102E;
}
.BgClassName
{
background-color: #70102E;
}
</style>
border-color css
<style>
span { border-color: #70102E; }
span { border-color: rgb(112,16,46); }
td.TdClassName
{
border-color: #70102E;
}
.TagClassName
{
border-color: #70102E;
}
</style>