#96111B

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

Shades of Carmine #96111B

Tints of Carmine #96111B

Color information

#96111B (or 0x96111B) is unknown color: approx Carmine. HEX triplet: 96, 11 and 1B. RGB value is (150,17,27). Sum of RGB (Red+Green+Blue) = 150+17+27=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #96111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96111B is #69EEE4. Grayscale: #3A3A3A. Windows color (decimal): -6942437 or 1773974. OLE color: 1773974.

HSL color Cylindrical-coordinate representation of color #96111B: hue angle of 355.49º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96111B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1501727-
CMYK00.890.820.41
HSL355.49º79.64%32.75%-
HSV(B)355.49º88.67%58.82%-
XYZ12.986.961.7-
YUV57.91110.56193.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.32%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=77.32%
G=8.76%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150172700.890.820.41355.4979.6432.75
Hex96111B05952291635021
Octal226213301311225154312041
Binary1001011010001110110101100110100101010011011000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,17,27); }

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

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

 a { background-color: rgb(150,17,27); }

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

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

 span { border-color: rgb(150,17,27); }

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