#970E33

Color #970E33 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #970E33

Tints of Carmine #970E33

Color information

#970E33 (or 0x970E33) is unknown color: approx Carmine. HEX triplet: 97, 0E and 33. RGB value is (151,14,51). Sum of RGB (Red+Green+Blue) = 151+14+51=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #970E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E33 is #68F1CC. Grayscale: #3B3B3B. Windows color (decimal): -6877645 or 3346071. OLE color: 3346071.

HSL color Cylindrical-coordinate representation of color #970E33: hue angle of 343.8º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E33 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1511451-
CMYK00.910.660.41
HSL343.8º83.03%32.35%-
HSV(B)343.8º90.73%59.22%-
XYZ13.527.133.8-
YUV59.18123.39193.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 69.91%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=69.91%
G=6.48%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151145100.910.660.41343.883.0332.35
Hex97E3305B42291585320
Octal227166301331025153012340
Binary1001011111101100110101101110000101010011010110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970E33; }

 p { color: rgb(151,14,51); }

 H1.HeaderClassName
 {
   color: #970E33;
 }
 .AnyTagClassName
 {
   color: #970E33;
 }
</style>
background-color css

<style>
 a { background-color: #970E33; }

 a { background-color: rgb(151,14,51); }

 div.DivClassName
 {
   background-color: #970E33;
 }
 .BgClassName
 {
   background-color: #970E33;
 }
</style>
border-color css

<style>
 span { border-color: #970E33; }

 span { border-color: rgb(151,14,51); }

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