#99112C

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

Shades of Carmine #99112C

Tints of Carmine #99112C

Color information

#99112C (or 0x99112C) is unknown color: approx Carmine. HEX triplet: 99, 11 and 2C. RGB value is (153,17,44). Sum of RGB (Red+Green+Blue) = 153+17+44=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #99112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99112C is #66EED3. Grayscale: #3C3C3C. Windows color (decimal): -6745812 or 2888089. OLE color: 2888089.

HSL color Cylindrical-coordinate representation of color #99112C: hue angle of 348.09º 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 #99112C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB1531744-
CMYK00.890.710.4
HSL348.09º80%33.33%-
HSV(B)348.09º88.89%60%-
XYZ13.797.363.08-
YUV60.74118.56193.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.50%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=71.50%
G=7.94%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153174400.890.710.4348.098033.33
Hex99112C059472815c5021
Octal231215401311075053412041
Binary10011001100011011000101100110001111010001010111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99112C; }

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

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

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

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

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

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

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

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