Html Css Color HEX #70181A Red Berry

📋 copy color: '#70181A'

red 112 ◦ green 24 ◦ blue 26

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

Shades of Red Berry #70181A

Tints of Red Berry #70181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 69.14%
G = 14.81%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70181A (or 0x70181A) is known color: Red Berry. HEX triplet: 70, 18 and 1A. RGB value is (112,24,26). Sum of RGB (Red+Green+Blue) = 112+24+26=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70181A is #8FE7E5. Grayscale: #323232. Windows color (decimal): -9431014 or 1710192. OLE color: 1710192.

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

Color convert

RGB 112 24 26 -
CMYK 0 0.79 0.77 0.56
HSL 358.64º 0.65% 0.27% -
HSV(B) 358.64º 0.79% 0.44% -
XYZ 7.2 4.17 1.4 -
YUV 50.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 112 24 26 0 0.79 0.77 0.56 358.64 0.65 0.27
Hex 70 18 1A 0 4F 4D 38 167 41 1B
Octal 160 30 32 0 117 115 70 547 101 33
Binary 1110000 11000 11010 0 1001111 1001101 111000 101100111 1000001 11011

Color Harmonies of #70181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70181A

Black with #70181A

Text Example


Text Example

White with #70181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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