#990E2A

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

Shades of Carmine #990E2A

Tints of Carmine #990E2A

Color information

#990E2A (or 0x990E2A) is unknown color: approx Carmine. HEX triplet: 99, 0E and 2A. RGB value is (153,14,42). Sum of RGB (Red+Green+Blue) = 153+14+42=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #990E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E2A is #66F1D5. Grayscale: #3A3A3A. Windows color (decimal): -6746582 or 2756249. OLE color: 2756249.

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

Color convert

RGB1531442-
CMYK00.910.730.4
HSL347.91º83.23%32.75%-
HSV(B)347.91º90.85%60%-
XYZ13.717.252.87-
YUV58.75118.55195.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=73.21%
G=6.70%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153144200.910.730.4347.9183.2332.75
Hex99E2A05B492815c5321
Octal231165201331115053412341
Binary1001100111101010100101101110010011010001010111001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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