#96112B

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

Shades of Carmine #96112B

Tints of Carmine #96112B

Color information

#96112B (or 0x96112B) is unknown color: approx Carmine. HEX triplet: 96, 11 and 2B. RGB value is (150,17,43). Sum of RGB (Red+Green+Blue) = 150+17+43=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #96112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96112B is #69EED4. Grayscale: #3B3B3B. Windows color (decimal): -6942421 or 2822550. OLE color: 2822550.

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

Color convert

RGB1501743-
CMYK00.890.710.41
HSL348.27º79.64%32.75%-
HSV(B)348.27º88.67%58.82%-
XYZ13.217.062.95-
YUV59.73118.56192.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.43%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=71.43%
G=8.10%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150174300.890.710.41348.2779.6432.75
Hex96112B059472915c5021
Octal226215301311075153412041
Binary10010110100011010110101100110001111010011010111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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