#990E1E

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

Shades of Carmine #990E1E

Tints of Carmine #990E1E

Color information

#990E1E (or 0x990E1E) is unknown color: approx Carmine. HEX triplet: 99, 0E and 1E. RGB value is (153,14,30). Sum of RGB (Red+Green+Blue) = 153+14+30=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #990E1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E1E is #66F1E1. Grayscale: #393939. Windows color (decimal): -6746594 or 1969817. OLE color: 1969817.

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

Color convert

RGB1531430-
CMYK00.910.800.4
HSL353.09º83.23%32.75%-
HSV(B)353.09º90.85%60%-
XYZ13.537.181.9-
YUV57.39112.55196.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 77.66%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=77.66%
G=7.11%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153143000.910.800.4353.0983.2332.75
Hex99E1E05B50281615321
Octal231163601331205054112341
Binary100110011110111100101101110100001010001011000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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