#96102E

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

Shades of Carmine #96102E

Tints of Carmine #96102E

Color information

#96102E (or 0x96102E) is unknown color: approx Carmine. HEX triplet: 96, 10 and 2E. RGB value is (150,16,46). Sum of RGB (Red+Green+Blue) = 150+16+46=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96102E is #69EFD1. Grayscale: #3B3B3B. Windows color (decimal): -6942674 or 3018902. OLE color: 3018902.

HSL color Cylindrical-coordinate representation of color #96102E: hue angle of 346.57º degrees, saturation: 0.81, 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 #96102E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1501646-
CMYK00.890.690.41
HSL346.57º80.72%32.55%-
HSV(B)346.57º89.33%58.82%-
XYZ13.267.053.25-
YUV59.49120.39192.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=70.75%
G=7.55%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150164600.890.690.41346.5780.7232.55
Hex96102E059452915b5121
Octal226205601311055153312141
Binary10010110100001011100101100110001011010011010110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,16,46); }

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

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

 a { background-color: rgb(150,16,46); }

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

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

 span { border-color: rgb(150,16,46); }

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