#990E1C

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

Shades of Carmine #990E1C

Tints of Carmine #990E1C

Color information

#990E1C (or 0x990E1C) is unknown color: approx Carmine. HEX triplet: 99, 0E and 1C. RGB value is (153,14,28). Sum of RGB (Red+Green+Blue) = 153+14+28=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #990E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E1C is #66F1E3. Grayscale: #393939. Windows color (decimal): -6746596 or 1838745. OLE color: 1838745.

HSL color Cylindrical-coordinate representation of color #990E1C: hue angle of 353.96º 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 #990E1C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1531428-
CMYK00.910.820.4
HSL353.96º83.23%32.75%-
HSV(B)353.96º90.85%60%-
XYZ13.57.171.77-
YUV57.16111.55196.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.46%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 28 (11.33% from 255) = 14.36%
R=78.46%
G=7.18%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153142800.910.820.4353.9683.2332.75
Hex99E1C05B52281625321
Octal231163401331225054212341
Binary100110011110111000101101110100101010001011000101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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