#99112B

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

Shades of Carmine #99112B

Tints of Carmine #99112B

Color information

#99112B (or 0x99112B) is unknown color: approx Carmine. HEX triplet: 99, 11 and 2B. RGB value is (153,17,43). Sum of RGB (Red+Green+Blue) = 153+17+43=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #99112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99112B is #66EED4. Grayscale: #3C3C3C. Windows color (decimal): -6745813 or 2822553. OLE color: 2822553.

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

Color convert

RGB1531743-
CMYK00.890.720.4
HSL348.53º80%33.33%-
HSV(B)348.53º88.89%60%-
XYZ13.777.352.98-
YUV60.63118.06193.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.83%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=71.83%
G=7.98%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153174300.890.720.4348.538033.33
Hex99112B059482815d5021
Octal231215301311105053512041
Binary10011001100011010110101100110010001010001010111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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