#99121E

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

Shades of Carmine #99121E

Tints of Carmine #99121E

Color information

#99121E (or 0x99121E) is unknown color: approx Carmine. HEX triplet: 99, 12 and 1E. RGB value is (153,18,30). Sum of RGB (Red+Green+Blue) = 153+18+30=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99121E is #66EDE1. Grayscale: #3B3B3B. Windows color (decimal): -6745570 or 1970841. OLE color: 1970841.

HSL color Cylindrical-coordinate representation of color #99121E: hue angle of 354.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99121E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1531830-
CMYK00.880.800.4
HSL354.67º78.95%33.53%-
HSV(B)354.67º88.24%60%-
XYZ13.597.31.92-
YUV59.73111.23194.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=76.12%
G=8.96%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153183000.880.800.4354.6778.9533.53
Hex99121E05850281634f22
Octal231223601301205054311742
Binary1001100110010111100101100010100001010001011000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99121E; }

 p { color: rgb(153,18,30); }

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

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

 a { background-color: rgb(153,18,30); }

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

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

 span { border-color: rgb(153,18,30); }

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