Html Css Color HEX #70102D Claret

📋 copy color: '#70102D'

red 112 ◦ green 16 ◦ blue 45

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

Shades of Claret #70102D

Tints of Claret #70102D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 64.74%
G = 9.25%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#70102D (or 0x70102D) is known color: Claret. HEX triplet: 70, 10 and 2D. RGB value is (112,16,45). Sum of RGB (Red+Green+Blue) = 112+16+45=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70102D is #8FEFD2. Grayscale: #2F2F2F. Windows color (decimal): -9433043 or 2953328. OLE color: 2953328.

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

Color convert

RGB 112 16 45 -
CMYK 0 0.86 0.60 0.56
HSL 341.88º 0.75% 0.25% -
HSV(B) 341.88º 0.86% 0.44% -
XYZ 7.34 4 2.87 -
YUV 48.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 112 16 45 0 0.86 0.60 0.56 341.88 0.75 0.25
Hex 70 10 2D 0 56 3C 38 156 4B 19
Octal 160 20 55 0 126 74 70 526 113 31
Binary 1110000 10000 101101 0 1010110 111100 111000 101010110 1001011 11001

Color Harmonies of #70102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70102D

Black with #70102D

Text Example


Text Example

White with #70102D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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