Shades of Red Berry #70202B
Tints of Red Berry #70202B
RGB
CMYK
RGB Variations
Color information
#70202B (or 0x70202B) is known color: Red Berry. HEX triplet: 70, 20 and 2B. RGB value is (112,32,43). Sum of RGB (Red+Green+Blue) = 112+32+43=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #70202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70202B is #8FDFD4. Grayscale: #393939. Windows color (decimal): -9428949 or 2826352. OLE color: 2826352.
HSL color Cylindrical-coordinate representation of color #70202B: hue angle of 351.75º 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 #70202B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 43 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.56 |
| HSL | 351.75º | 0.56% | 0.28% | - |
| HSV(B) | 351.75º | 0.71% | 0.44% | - |
| XYZ | 7.63 | 4.65 | 2.78 | - |
| YUV | 57.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 43 | 0 | 0.71 | 0.62 | 0.56 | 351.75 | 0.56 | 0.28 |
| Hex | 70 | 20 | 2B | 0 | 47 | 3E | 38 | 160 | 38 | 1C |
| Octal | 160 | 40 | 53 | 0 | 107 | 76 | 70 | 540 | 70 | 34 |
| Binary | 1110000 | 100000 | 101011 | 0 | 1000111 | 111110 | 111000 | 101100000 | 111000 | 11100 |
Color Harmonies of #70202B
Complementary color
Monochromatic Colors of #70202B
Black with #70202B
Text Example
Text Example
White with #70202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70202B; }
p { color: rgb(112,32,43); }
H1.HeaderClassName
{
color: #70202B;
}
.AnyTagClassName
{
color: #70202B;
}
</style>
background-color css
<style>
a { background-color: #70202B; }
a { background-color: rgb(112,32,43); }
div.DivClassName
{
background-color: #70202B;
}
.BgClassName
{
background-color: #70202B;
}
</style>
border-color css
<style>
span { border-color: #70202B; }
span { border-color: rgb(112,32,43); }
td.TdClassName
{
border-color: #70202B;
}
.TagClassName
{
border-color: #70202B;
}
</style>