Shades of Red Berry #70181E
Tints of Red Berry #70181E
RGB
CMYK
RGB Variations
Color information
#70181E (or 0x70181E) is known color: Red Berry. HEX triplet: 70, 18 and 1E. RGB value is (112,24,30). Sum of RGB (Red+Green+Blue) = 112+24+30=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #70181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70181E is #8FE7E1. Grayscale: #333333. Windows color (decimal): -9431010 or 1972336. OLE color: 1972336.
HSL color Cylindrical-coordinate representation of color #70181E: hue angle of 355.91º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70181E is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 30 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.56 |
| HSL | 355.91º | 0.65% | 0.27% | - |
| HSV(B) | 355.91º | 0.79% | 0.44% | - |
| XYZ | 7.24 | 4.19 | 1.66 | - |
| YUV | 51 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 30 | 0 | 0.79 | 0.73 | 0.56 | 355.91 | 0.65 | 0.27 |
| Hex | 70 | 18 | 1E | 0 | 4F | 49 | 38 | 164 | 41 | 1B |
| Octal | 160 | 30 | 36 | 0 | 117 | 111 | 70 | 544 | 101 | 33 |
| Binary | 1110000 | 11000 | 11110 | 0 | 1001111 | 1001001 | 111000 | 101100100 | 1000001 | 11011 |
Color Harmonies of #70181E
Complementary color
Monochromatic Colors of #70181E
Black with #70181E
Text Example
Text Example
White with #70181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70181E; }
p { color: rgb(112,24,30); }
H1.HeaderClassName
{
color: #70181E;
}
.AnyTagClassName
{
color: #70181E;
}
</style>
background-color css
<style>
a { background-color: #70181E; }
a { background-color: rgb(112,24,30); }
div.DivClassName
{
background-color: #70181E;
}
.BgClassName
{
background-color: #70181E;
}
</style>
border-color css
<style>
span { border-color: #70181E; }
span { border-color: rgb(112,24,30); }
td.TdClassName
{
border-color: #70181E;
}
.TagClassName
{
border-color: #70181E;
}
</style>