#70102E

Color #70102E Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #70102E

Tints of Claret #70102E

Color information

#70102E (or 0x70102E) is unknown color: approx 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

RGB1121646-
CMYK00.860.590.56
HSL341.25º75%25.1%-
HSV(B)341.25º85.71%43.92%-
XYZ7.364.012.97-
YUV48.12126.8173.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=64.37%
G=9.20%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112164600.860.590.56341.257525.1
Hex70102E0563B381554b19
Octal16020560126737052511331
Binary11100001000010111001010110111011111000101010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>