Html Css Color HEX #70181B Red Berry

📋 copy color: '#70181B'

red 112 ◦ green 24 ◦ blue 27

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

Shades of Red Berry #70181B

Tints of Red Berry #70181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 68.71%
G = 14.72%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70181B (or 0x70181B) is known color: Red Berry. HEX triplet: 70, 18 and 1B. RGB value is (112,24,27). Sum of RGB (Red+Green+Blue) = 112+24+27=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70181B is #8FE7E4. Grayscale: #323232. Windows color (decimal): -9431013 or 1775728. OLE color: 1775728.

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

Color convert

RGB 112 24 27 -
CMYK 0 0.79 0.76 0.56
HSL 357.95º 0.65% 0.27% -
HSV(B) 357.95º 0.79% 0.44% -
XYZ 7.21 4.18 1.46 -
YUV 50.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 112 24 27 0 0.79 0.76 0.56 357.95 0.65 0.27
Hex 70 18 1B 0 4F 4C 38 166 41 1B
Octal 160 30 33 0 117 114 70 546 101 33
Binary 1110000 11000 11011 0 1001111 1001100 111000 101100110 1000001 11011

Color Harmonies of #70181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70181B

Black with #70181B

Text Example


Text Example

White with #70181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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