Html Css Color HEX #701112 Red Berry

📋 copy color: '#701112'

red 112 ◦ green 17 ◦ blue 18

#701112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #701112

Tints of Red Berry #701112

RGB

 RED value IS 112 (44.14% from 255) = 76.19%

 GREEN value IS 17 (7.03% from 255) = 11.56%

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 76.19%
G = 11.56%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#701112 (or 0x701112) is known color: Red Berry. HEX triplet: 70, 11 and 12. RGB value is (112,17,18). Sum of RGB (Red+Green+Blue) = 112+17+18=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #701112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701112 is #8FEEED. Grayscale: #2D2D2D. Windows color (decimal): -9432814 or 1184112. OLE color: 1184112.

HSL color Cylindrical-coordinate representation of color #701112: hue angle of 359.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701112 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 18 -
CMYK 0 0.85 0.84 0.56
HSL 359.37º 0.74% 0.25% -
HSV(B) 359.37º 0.85% 0.44% -
XYZ 6.99 3.89 0.95 -
YUV 45.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 112 17 18 0 0.85 0.84 0.56 359.37 0.74 0.25
Hex 70 11 12 0 55 54 38 167 4A 19
Octal 160 21 22 0 125 124 70 547 112 31
Binary 1110000 10001 10010 0 1010101 1010100 111000 101100111 1001010 11001

Color Harmonies of #701112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701112

Black with #701112

Text Example


Text Example

White with #701112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701112; }

 p { color: rgb(112,17,18); }

 H1.HeaderClassName
 {
   color: #701112;
 }
 .AnyTagClassName
 {
   color: #701112;
 }
</style>

background-color css

<style>
 a { background-color: #701112; }

 a { background-color: rgb(112,17,18); }

 div.DivClassName
 {
   background-color: #701112;
 }
 .BgClassName
 {
   background-color: #701112;
 }
</style>

border-color css

<style>
 span { border-color: #701112; }

 span { border-color: rgb(112,17,18); }

 td.TdClassName
 {
   border-color: #701112;
 }
 .TagClassName
 {
   border-color: #701112;
 }
</style>