Html Css Color HEX #700C2E Claret

📋 copy color: '#700C2E'

red 112 ◦ green 12 ◦ blue 46

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

Shades of Claret #700C2E

Tints of Claret #700C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

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

R = 65.88%
G = 7.06%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#700C2E (or 0x700C2E) is known color: Claret. HEX triplet: 70, 0C and 2E. RGB value is (112,12,46). Sum of RGB (Red+Green+Blue) = 112+12+46=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #700C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C2E is #8FF3D1. Grayscale: #2D2D2D. Windows color (decimal): -9434066 or 3017840. OLE color: 3017840.

HSL color Cylindrical-coordinate representation of color #700C2E: hue angle of 339.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C2E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 46 -
CMYK 0 0.89 0.59 0.56
HSL 339.6º 0.81% 0.24% -
HSV(B) 339.6º 0.89% 0.44% -
XYZ 7.31 3.9 2.95 -
YUV 45.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 112 12 46 0 0.89 0.59 0.56 339.6 0.81 0.24
Hex 70 C 2E 0 59 3B 38 154 51 18
Octal 160 14 56 0 131 73 70 524 121 30
Binary 1110000 1100 101110 0 1011001 111011 111000 101010100 1010001 11000

Color Harmonies of #700C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C2E

Black with #700C2E

Text Example


Text Example

White with #700C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C2E; }

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

 H1.HeaderClassName
 {
   color: #700C2E;
 }
 .AnyTagClassName
 {
   color: #700C2E;
 }
</style>

background-color css

<style>
 a { background-color: #700C2E; }

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

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

border-color css

<style>
 span { border-color: #700C2E; }

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

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