#990C34

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

Shades of Carmine #990C34

Tints of Carmine #990C34

Color information

#990C34 (or 0x990C34) is unknown color: approx Carmine. HEX triplet: 99, 0C and 34. RGB value is (153,12,52). Sum of RGB (Red+Green+Blue) = 153+12+52=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #990C34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C34 is #66F3CB. Grayscale: #3A3A3A. Windows color (decimal): -6747084 or 3411097. OLE color: 3411097.

HSL color Cylindrical-coordinate representation of color #990C34: hue angle of 342.98º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C34 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1531252-
CMYK00.920.660.4
HSL342.98º85.45%32.35%-
HSV(B)342.98º92.16%60%-
XYZ13.897.283.92-
YUV58.72124.21195.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 12 (5.08% from 255) = 5.53%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=70.51%
G=5.53%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153125200.920.660.4342.9885.4532.35
Hex99C3405C42281575520
Octal231146401341025052712540
Binary1001100111001101000101110010000101010001010101111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,12,52); }

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

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

 a { background-color: rgb(153,12,52); }

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

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

 span { border-color: rgb(153,12,52); }

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