#990e34

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

Shades of Carmine #990E34

Tints of Carmine #990E34

Color information

#990E34 (or 0x990E34) is unknown color: approx Carmine. HEX triplet: 99, 0E and 34. RGB value is (153,14,52). Sum of RGB (Red+Green+Blue) = 153+14+52=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #990E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E34 is #66F1CB. Grayscale: #3B3B3B. Windows color (decimal): -6746572 or 3411609. OLE color: 3411609.

HSL color Cylindrical-coordinate representation of color #990E34: hue angle of 343.6º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E34 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1531452-
CMYK00.910.660.4
HSL343.6º83.23%32.75%-
HSV(B)343.6º90.85%60%-
XYZ13.917.333.93-
YUV59.89123.55194.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.86%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=69.86%
G=6.39%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153145200.910.660.4343.683.2332.75
Hex99E3405B42281585321
Octal231166401331025053012341
Binary1001100111101101000101101110000101010001010110001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990e34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990e34; }

 p { color: rgb(153,14,52); }

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

<style>
 a { background-color: #990e34; }

 a { background-color: rgb(153,14,52); }

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

<style>
 span { border-color: #990e34; }

 span { border-color: rgb(153,14,52); }

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