#991120

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

Shades of Carmine #991120

Tints of Carmine #991120

Color information

#991120 (or 0x991120) is unknown color: approx Carmine. HEX triplet: 99, 11 and 20. RGB value is (153,17,32). Sum of RGB (Red+Green+Blue) = 153+17+32=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #991120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991120 is #66EEDF. Grayscale: #3B3B3B. Windows color (decimal): -6745824 or 2101657. OLE color: 2101657.

HSL color Cylindrical-coordinate representation of color #991120: hue angle of 353.38º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991120 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB1531732-
CMYK00.890.790.4
HSL353.38º80%33.33%-
HSV(B)353.38º88.89%60%-
XYZ13.67.282.05-
YUV59.37112.56194.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=75.74%
G=8.42%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153173200.890.790.4353.388033.33
Hex9911200594F281615021
Octal231214001311175054112041
Binary10011001100011000000101100110011111010001011000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991120; }

 p { color: rgb(153,17,32); }

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

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

 a { background-color: rgb(153,17,32); }

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

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

 span { border-color: rgb(153,17,32); }

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