#96122C

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

Shades of Carmine #96122C

Tints of Carmine #96122C

Color information

#96122C (or 0x96122C) is unknown color: approx Carmine. HEX triplet: 96, 12 and 2C. RGB value is (150,18,44). Sum of RGB (Red+Green+Blue) = 150+18+44=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96122C is #69EDD3. Grayscale: #3C3C3C. Windows color (decimal): -6942164 or 2888342. OLE color: 2888342.

HSL color Cylindrical-coordinate representation of color #96122C: hue angle of 348.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96122C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1501844-
CMYK00.880.710.41
HSL348.18º78.57%32.94%-
HSV(B)348.18º88%58.82%-
XYZ13.257.13.05-
YUV60.43118.73191.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=70.75%
G=8.49%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150184400.880.710.41348.1878.5732.94
Hex96122C058472915c4f21
Octal226225401301075153411741
Binary10010110100101011000101100010001111010011010111001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,18,44); }

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

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

 a { background-color: rgb(150,18,44); }

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

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

 span { border-color: rgb(150,18,44); }

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