Html Css Color HEX #70181D Red Berry

📋 copy color: '#70181D'

red 112 ◦ green 24 ◦ blue 29

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

Shades of Red Berry #70181D

Tints of Red Berry #70181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 67.88%
G = 14.55%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70181D (or 0x70181D) is known color: Red Berry. HEX triplet: 70, 18 and 1D. RGB value is (112,24,29). Sum of RGB (Red+Green+Blue) = 112+24+29=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #70181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70181D is #8FE7E2. Grayscale: #323232. Windows color (decimal): -9431011 or 1906800. OLE color: 1906800.

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

Color convert

RGB 112 24 29 -
CMYK 0 0.79 0.74 0.56
HSL 356.59º 0.65% 0.27% -
HSV(B) 356.59º 0.79% 0.44% -
XYZ 7.23 4.19 1.59 -
YUV 50.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 112 24 29 0 0.79 0.74 0.56 356.59 0.65 0.27
Hex 70 18 1D 0 4F 4A 38 165 41 1B
Octal 160 30 35 0 117 112 70 545 101 33
Binary 1110000 11000 11101 0 1001111 1001010 111000 101100101 1000001 11011

Color Harmonies of #70181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70181D

Black with #70181D

Text Example


Text Example

White with #70181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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