Shades of Red Berry #70122A
Tints of Red Berry #70122A
RGB
CMYK
RGB Variations
Color information
#70122A (or 0x70122A) is known color: Red Berry. HEX triplet: 70, 12 and 2A. RGB value is (112,18,42). Sum of RGB (Red+Green+Blue) = 112+18+42=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70122A is #8FEDD5. Grayscale: #303030. Windows color (decimal): -9432534 or 2757232. OLE color: 2757232.
HSL color Cylindrical-coordinate representation of color #70122A: hue angle of 344.68º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70122A is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 42 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.56 |
| HSL | 344.68º | 0.72% | 0.25% | - |
| HSV(B) | 344.68º | 0.84% | 0.44% | - |
| XYZ | 7.32 | 4.04 | 2.59 | - |
| YUV | 48.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 42 | 0 | 0.84 | 0.62 | 0.56 | 344.68 | 0.72 | 0.25 |
| Hex | 70 | 12 | 2A | 0 | 54 | 3E | 38 | 159 | 48 | 19 |
| Octal | 160 | 22 | 52 | 0 | 124 | 76 | 70 | 531 | 110 | 31 |
| Binary | 1110000 | 10010 | 101010 | 0 | 1010100 | 111110 | 111000 | 101011001 | 1001000 | 11001 |
Color Harmonies of #70122A
Complementary color
Monochromatic Colors of #70122A
Black with #70122A
Text Example
Text Example
White with #70122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70122A; }
p { color: rgb(112,18,42); }
H1.HeaderClassName
{
color: #70122A;
}
.AnyTagClassName
{
color: #70122A;
}
</style>
background-color css
<style>
a { background-color: #70122A; }
a { background-color: rgb(112,18,42); }
div.DivClassName
{
background-color: #70122A;
}
.BgClassName
{
background-color: #70122A;
}
</style>
border-color css
<style>
span { border-color: #70122A; }
span { border-color: rgb(112,18,42); }
td.TdClassName
{
border-color: #70122A;
}
.TagClassName
{
border-color: #70122A;
}
</style>