Shades of Red Berry #70222B
Tints of Red Berry #70222B
RGB
CMYK
RGB Variations
Color information
#70222B (or 0x70222B) is known color: Red Berry. HEX triplet: 70, 22 and 2B. RGB value is (112,34,43). Sum of RGB (Red+Green+Blue) = 112+34+43=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70222B is #8FDDD4. Grayscale: #3A3A3A. Windows color (decimal): -9428437 or 2826864. OLE color: 2826864.
HSL color Cylindrical-coordinate representation of color #70222B: hue angle of 353.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70222B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 43 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.56 |
| HSL | 353.08º | 0.53% | 0.29% | - |
| HSV(B) | 353.08º | 0.7% | 0.44% | - |
| XYZ | 7.69 | 4.76 | 2.8 | - |
| YUV | 58.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 43 | 0 | 0.70 | 0.62 | 0.56 | 353.08 | 0.53 | 0.29 |
| Hex | 70 | 22 | 2B | 0 | 46 | 3E | 38 | 161 | 35 | 1D |
| Octal | 160 | 42 | 53 | 0 | 106 | 76 | 70 | 541 | 65 | 35 |
| Binary | 1110000 | 100010 | 101011 | 0 | 1000110 | 111110 | 111000 | 101100001 | 110101 | 11101 |
Color Harmonies of #70222B
Complementary color
Monochromatic Colors of #70222B
Black with #70222B
Text Example
Text Example
White with #70222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70222B; }
p { color: rgb(112,34,43); }
H1.HeaderClassName
{
color: #70222B;
}
.AnyTagClassName
{
color: #70222B;
}
</style>
background-color css
<style>
a { background-color: #70222B; }
a { background-color: rgb(112,34,43); }
div.DivClassName
{
background-color: #70222B;
}
.BgClassName
{
background-color: #70222B;
}
</style>
border-color css
<style>
span { border-color: #70222B; }
span { border-color: rgb(112,34,43); }
td.TdClassName
{
border-color: #70222B;
}
.TagClassName
{
border-color: #70222B;
}
</style>