#9C0926

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

Shades of Carmine #9C0926

Tints of Carmine #9C0926

Color information

#9C0926 (or 0x9C0926) is unknown color: approx Carmine. HEX triplet: 9C, 09 and 26. RGB value is (156,9,38). Sum of RGB (Red+Green+Blue) = 156+9+38=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0926 is #63F6D9. Grayscale: #383838. Windows color (decimal): -6551258 or 2492828. OLE color: 2492828.

HSL color Cylindrical-coordinate representation of color #9C0926: hue angle of 348.16º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0926 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB156938-
CMYK00.940.760.39
HSL348.16º89.09%32.35%-
HSV(B)348.16º94.23%61.18%-
XYZ14.167.42.52-
YUV56.26117.7199.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 76.85%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=76.85%
G=4.43%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15693800.940.760.39348.1689.0932.35
Hex9C92605E4C2715c5920
Octal234114601361144753413140
Binary1001110010011001100101111010011001001111010111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,9,38); }

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

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

 a { background-color: rgb(156,9,38); }

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

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

 span { border-color: rgb(156,9,38); }

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