#96161C

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

Shades of Carmine #96161C

Tints of Carmine #96161C

Color information

#96161C (or 0x96161C) is unknown color: approx Carmine. HEX triplet: 96, 16 and 1C. RGB value is (150,22,28). Sum of RGB (Red+Green+Blue) = 150+22+28=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96161C is #69E9E3. Grayscale: #3D3D3D. Windows color (decimal): -6941156 or 1840790. OLE color: 1840790.

HSL color Cylindrical-coordinate representation of color #96161C: hue angle of 357.19º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96161C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1502228-
CMYK00.850.810.41
HSL357.19º74.42%33.73%-
HSV(B)357.19º85.33%58.82%-
XYZ13.077.141.79-
YUV60.96109.41191.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 28 (11.33% from 255) = 14%
R=75%
G=11%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150222800.850.810.41357.1974.4233.73
Hex96161C05551291654a22
Octal226263401251215154511242
Binary1001011010110111000101010110100011010011011001011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96161C; }

 p { color: rgb(150,22,28); }

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

<style>
 a { background-color: #96161C; }

 a { background-color: rgb(150,22,28); }

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

<style>
 span { border-color: #96161C; }

 span { border-color: rgb(150,22,28); }

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