Html Css Color HEX #70112A Red Berry

📋 copy color: '#70112A'

red 112 ◦ green 17 ◦ blue 42

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

Shades of Red Berry #70112A

Tints of Red Berry #70112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 65.5%
G = 9.94%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70112A (or 0x70112A) is known color: Red Berry. HEX triplet: 70, 11 and 2A. RGB value is (112,17,42). Sum of RGB (Red+Green+Blue) = 112+17+42=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #70112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70112A is #8FEED5. Grayscale: #303030. Windows color (decimal): -9432790 or 2756976. OLE color: 2756976.

HSL color Cylindrical-coordinate representation of color #70112A: hue angle of 344.21º 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 #70112A is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 42 -
CMYK 0 0.85 0.62 0.56
HSL 344.21º 0.74% 0.25% -
HSV(B) 344.21º 0.85% 0.44% -
XYZ 7.3 4.01 2.58 -
YUV 48.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 112 17 42 0 0.85 0.62 0.56 344.21 0.74 0.25
Hex 70 11 2A 0 55 3E 38 158 4A 19
Octal 160 21 52 0 125 76 70 530 112 31
Binary 1110000 10001 101010 0 1010101 111110 111000 101011000 1001010 11001

Color Harmonies of #70112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70112A

Black with #70112A

Text Example


Text Example

White with #70112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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