#9C0B32

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

Shades of Carmine #9C0B32

Tints of Carmine #9C0B32

Color information

#9C0B32 (or 0x9C0B32) is unknown color: approx Carmine. HEX triplet: 9C, 0B and 32. RGB value is (156,11,50). Sum of RGB (Red+Green+Blue) = 156+11+50=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0B32 is #63F4CD. Grayscale: #3A3A3A. Windows color (decimal): -6550734 or 3279772. OLE color: 3279772.

HSL color Cylindrical-coordinate representation of color #9C0B32: hue angle of 343.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B32 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1561150-
CMYK00.930.680.39
HSL343.86º86.83%32.75%-
HSV(B)343.86º92.95%61.18%-
XYZ14.417.543.71-
YUV58.8123.04197.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.89%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=71.89%
G=5.07%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156115000.930.680.39343.8686.8332.75
Hex9CB3205D44271585721
Octal234136201351044753012741
Binary1001110010111100100101110110001001001111010110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C0B32; }

 p { color: rgb(156,11,50); }

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

<style>
 a { background-color: #9C0B32; }

 a { background-color: rgb(156,11,50); }

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

<style>
 span { border-color: #9C0B32; }

 span { border-color: rgb(156,11,50); }

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