Html Css Color HEX #70102C Claret

📋 copy color: '#70102C'

red 112 ◦ green 16 ◦ blue 44

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

Shades of Claret #70102C

Tints of Claret #70102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

 BLUE value IS 44 (17.58% from 255) = 25.58%

R = 65.12%
G = 9.3%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70102C (or 0x70102C) is known color: Claret. HEX triplet: 70, 10 and 2C. RGB value is (112,16,44). Sum of RGB (Red+Green+Blue) = 112+16+44=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70102C is #8FEFD3. Grayscale: #2F2F2F. Windows color (decimal): -9433044 or 2887792. OLE color: 2887792.

HSL color Cylindrical-coordinate representation of color #70102C: hue angle of 342.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70102C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 44 -
CMYK 0 0.86 0.61 0.56
HSL 342.5º 0.75% 0.25% -
HSV(B) 342.5º 0.86% 0.44% -
XYZ 7.32 4 2.77 -
YUV 47.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 112 16 44 0 0.86 0.61 0.56 342.5 0.75 0.25
Hex 70 10 2C 0 56 3D 38 156 4B 19
Octal 160 20 54 0 126 75 70 526 113 31
Binary 1110000 10000 101100 0 1010110 111101 111000 101010110 1001011 11001

Color Harmonies of #70102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70102C

Black with #70102C

Text Example


Text Example

White with #70102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,16,44); }

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

background-color css

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

 a { background-color: rgb(112,16,44); }

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

border-color css

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

 span { border-color: rgb(112,16,44); }

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