Html Css Color HEX #70102E Claret

📋 copy color: '#70102E'

red 112 ◦ green 16 ◦ blue 46

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

Shades of Claret #70102E

Tints of Claret #70102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 64.37%
G = 9.2%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70102E (or 0x70102E) is known color: Claret. HEX triplet: 70, 10 and 2E. RGB value is (112,16,46). Sum of RGB (Red+Green+Blue) = 112+16+46=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70102E is #8FEFD1. Grayscale: #303030. Windows color (decimal): -9433042 or 3018864. OLE color: 3018864.

HSL color Cylindrical-coordinate representation of color #70102E: hue angle of 341.25º 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 #70102E is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 46 -
CMYK 0 0.86 0.59 0.56
HSL 341.25º 0.75% 0.25% -
HSV(B) 341.25º 0.86% 0.44% -
XYZ 7.36 4.01 2.97 -
YUV 48.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 112 16 46 0 0.86 0.59 0.56 341.25 0.75 0.25
Hex 70 10 2E 0 56 3B 38 155 4B 19
Octal 160 20 56 0 126 73 70 525 113 31
Binary 1110000 10000 101110 0 1010110 111011 111000 101010101 1001011 11001

Color Harmonies of #70102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70102E

Black with #70102E

Text Example


Text Example

White with #70102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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