#96052C

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

Shades of Carmine #96052C

Tints of Carmine #96052C

Color information

#96052C (or 0x96052C) is unknown color: approx Carmine. HEX triplet: 96, 05 and 2C. RGB value is (150,5,44). Sum of RGB (Red+Green+Blue) = 150+5+44=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96052C is #69FAD3. Grayscale: #343434. Windows color (decimal): -6945492 or 2885014. OLE color: 2885014.

HSL color Cylindrical-coordinate representation of color #96052C: hue angle of 343.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96052C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB150544-
CMYK00.970.710.41
HSL343.86º93.55%30.39%-
HSV(B)343.86º96.67%58.82%-
XYZ13.096.773-
YUV52.8123.04197.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.38%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=75.38%
G=2.51%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15054400.970.710.41343.8693.5530.39
Hex9652C06147291585e1e
Octal22655401411075153013636
Binary10010110101101100011000011000111101001101011000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,5,44); }

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

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

 a { background-color: rgb(150,5,44); }

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

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

 span { border-color: rgb(150,5,44); }

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