#96101B

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

Shades of Carmine #96101B

Tints of Carmine #96101B

Color information

#96101B (or 0x96101B) is unknown color: approx Carmine. HEX triplet: 96, 10 and 1B. RGB value is (150,16,27). Sum of RGB (Red+Green+Blue) = 150+16+27=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #96101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96101B is #69EFE4. Grayscale: #393939. Windows color (decimal): -6942693 or 1773718. OLE color: 1773718.

HSL color Cylindrical-coordinate representation of color #96101B: hue angle of 355.07º 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 #96101B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1501627-
CMYK00.890.820.41
HSL355.07º80.72%32.55%-
HSV(B)355.07º89.33%58.82%-
XYZ12.966.931.69-
YUV57.32110.89194.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.72%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=77.72%
G=8.29%
B=13.99%

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
Decimal150162700.890.820.41355.0780.7232.55
Hex96101B05952291635121
Octal226203301311225154312141
Binary1001011010000110110101100110100101010011011000111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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