Html Css Color HEX #70181C Red Berry

📋 copy color: '#70181C'

red 112 ◦ green 24 ◦ blue 28

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

Shades of Red Berry #70181C

Tints of Red Berry #70181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

 BLUE value IS 28 (11.33% from 255) = 17.07%

R = 68.29%
G = 14.63%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70181C (or 0x70181C) is known color: Red Berry. HEX triplet: 70, 18 and 1C. RGB value is (112,24,28). Sum of RGB (Red+Green+Blue) = 112+24+28=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70181C is #8FE7E3. Grayscale: #323232. Windows color (decimal): -9431012 or 1841264. OLE color: 1841264.

HSL color Cylindrical-coordinate representation of color #70181C: hue angle of 357.27º 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 #70181C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 28 -
CMYK 0 0.79 0.75 0.56
HSL 357.27º 0.65% 0.27% -
HSV(B) 357.27º 0.79% 0.44% -
XYZ 7.22 4.18 1.53 -
YUV 50.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 112 24 28 0 0.79 0.75 0.56 357.27 0.65 0.27
Hex 70 18 1C 0 4F 4B 38 165 41 1B
Octal 160 30 34 0 117 113 70 545 101 33
Binary 1110000 11000 11100 0 1001111 1001011 111000 101100101 1000001 11011

Color Harmonies of #70181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70181C

Black with #70181C

Text Example


Text Example

White with #70181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70181C; }

 p { color: rgb(112,24,28); }

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

background-color css

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

 a { background-color: rgb(112,24,28); }

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

border-color css

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

 span { border-color: rgb(112,24,28); }

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