Shades of Red Berry #70202A
Tints of Red Berry #70202A
RGB
CMYK
RGB Variations
Color information
#70202A (or 0x70202A) is known color: Red Berry. HEX triplet: 70, 20 and 2A. RGB value is (112,32,42). Sum of RGB (Red+Green+Blue) = 112+32+42=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #70202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70202A is #8FDFD5. Grayscale: #393939. Windows color (decimal): -9428950 or 2760816. OLE color: 2760816.
HSL color Cylindrical-coordinate representation of color #70202A: hue angle of 352.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70202A is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 42 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.56 |
| HSL | 352.5º | 0.56% | 0.28% | - |
| HSV(B) | 352.5º | 0.71% | 0.44% | - |
| XYZ | 7.62 | 4.64 | 2.69 | - |
| YUV | 57.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 42 | 0 | 0.71 | 0.62 | 0.56 | 352.5 | 0.56 | 0.28 |
| Hex | 70 | 20 | 2A | 0 | 47 | 3E | 38 | 160 | 38 | 1C |
| Octal | 160 | 40 | 52 | 0 | 107 | 76 | 70 | 540 | 70 | 34 |
| Binary | 1110000 | 100000 | 101010 | 0 | 1000111 | 111110 | 111000 | 101100000 | 111000 | 11100 |
Color Harmonies of #70202A
Complementary color
Monochromatic Colors of #70202A
Black with #70202A
Text Example
Text Example
White with #70202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70202A; }
p { color: rgb(112,32,42); }
H1.HeaderClassName
{
color: #70202A;
}
.AnyTagClassName
{
color: #70202A;
}
</style>
background-color css
<style>
a { background-color: #70202A; }
a { background-color: rgb(112,32,42); }
div.DivClassName
{
background-color: #70202A;
}
.BgClassName
{
background-color: #70202A;
}
</style>
border-color css
<style>
span { border-color: #70202A; }
span { border-color: rgb(112,32,42); }
td.TdClassName
{
border-color: #70202A;
}
.TagClassName
{
border-color: #70202A;
}
</style>