Shades of Claret #70102B
Tints of Claret #70102B
RGB
CMYK
RGB Variations
Color information
#70102B (or 0x70102B) is known color: Claret. HEX triplet: 70, 10 and 2B. RGB value is (112,16,43). Sum of RGB (Red+Green+Blue) = 112+16+43=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #70102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70102B is #8FEFD4. Grayscale: #2F2F2F. Windows color (decimal): -9433045 or 2822256. OLE color: 2822256.
HSL color Cylindrical-coordinate representation of color #70102B: hue angle of 343.12º 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 #70102B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 43 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.56 |
| HSL | 343.13º | 0.75% | 0.25% | - |
| HSV(B) | 343.13º | 0.86% | 0.44% | - |
| XYZ | 7.3 | 3.99 | 2.67 | - |
| YUV | 47.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 43 | 0 | 0.86 | 0.62 | 0.56 | 343.13 | 0.75 | 0.25 |
| Hex | 70 | 10 | 2B | 0 | 56 | 3E | 38 | 157 | 4B | 19 |
| Octal | 160 | 20 | 53 | 0 | 126 | 76 | 70 | 527 | 113 | 31 |
| Binary | 1110000 | 10000 | 101011 | 0 | 1010110 | 111110 | 111000 | 101010111 | 1001011 | 11001 |
Color Harmonies of #70102B
Complementary color
Monochromatic Colors of #70102B
Black with #70102B
Text Example
Text Example
White with #70102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70102B; }
p { color: rgb(112,16,43); }
H1.HeaderClassName
{
color: #70102B;
}
.AnyTagClassName
{
color: #70102B;
}
</style>
background-color css
<style>
a { background-color: #70102B; }
a { background-color: rgb(112,16,43); }
div.DivClassName
{
background-color: #70102B;
}
.BgClassName
{
background-color: #70102B;
}
</style>
border-color css
<style>
span { border-color: #70102B; }
span { border-color: rgb(112,16,43); }
td.TdClassName
{
border-color: #70102B;
}
.TagClassName
{
border-color: #70102B;
}
</style>