#96121E

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

Shades of Carmine #96121E

Tints of Carmine #96121E

Color information

#96121E (or 0x96121E) is unknown color: approx Carmine. HEX triplet: 96, 12 and 1E. RGB value is (150,18,30). Sum of RGB (Red+Green+Blue) = 150+18+30=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96121E is #69EDE1. Grayscale: #3A3A3A. Windows color (decimal): -6942178 or 1970838. OLE color: 1970838.

HSL color Cylindrical-coordinate representation of color #96121E: hue angle of 354.55º 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 #96121E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1501830-
CMYK00.880.800.41
HSL354.55º78.57%32.94%-
HSV(B)354.55º88%58.82%-
XYZ13.037.011.89-
YUV58.84111.73193.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.76%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=75.76%
G=9.09%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150183000.880.800.41354.5578.5732.94
Hex96121E05850291634f21
Octal226223601301205154311741
Binary1001011010010111100101100010100001010011011000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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