#990E24

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

Shades of Carmine #990E24

Tints of Carmine #990E24

Color information

#990E24 (or 0x990E24) is unknown color: approx Carmine. HEX triplet: 99, 0E and 24. RGB value is (153,14,36). Sum of RGB (Red+Green+Blue) = 153+14+36=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #990E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E24 is #66F1DB. Grayscale: #3A3A3A. Windows color (decimal): -6746588 or 2363033. OLE color: 2363033.

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

Color convert

RGB1531436-
CMYK00.910.760.4
HSL350.5º83.23%32.75%-
HSV(B)350.5º90.85%60%-
XYZ13.617.212.34-
YUV58.07115.55195.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.37%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=75.37%
G=6.90%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153143600.910.760.4350.583.2332.75
Hex99E2405B4C2815f5321
Octal231164401331145053712341
Binary1001100111101001000101101110011001010001010111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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