#990E1F

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

Shades of Carmine #990E1F

Tints of Carmine #990E1F

Color information

#990E1F (or 0x990E1F) is unknown color: approx Carmine. HEX triplet: 99, 0E and 1F. RGB value is (153,14,31). Sum of RGB (Red+Green+Blue) = 153+14+31=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #990E1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E1F is #66F1E0. Grayscale: #393939. Windows color (decimal): -6746593 or 2035353. OLE color: 2035353.

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

Color convert

RGB1531431-
CMYK00.910.800.4
HSL352.66º83.23%32.75%-
HSV(B)352.66º90.85%60%-
XYZ13.547.191.97-
YUV57.5113.05196.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 77.27%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=77.27%
G=7.07%
B=15.66%

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
Decimal153143100.910.800.4352.6683.2332.75
Hex99E1F05B50281615321
Octal231163701331205054112341
Binary100110011110111110101101110100001010001011000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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