#9C0715

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

Shades of Carmine #9C0715

Tints of Carmine #9C0715

Color information

#9C0715 (or 0x9C0715) is unknown color: approx Carmine. HEX triplet: 9C, 07 and 15. RGB value is (156,7,21). Sum of RGB (Red+Green+Blue) = 156+7+21=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0715 is #63F8EA. Grayscale: #353535. Windows color (decimal): -6551787 or 1378204. OLE color: 1378204.

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

Color convert

RGB156721-
CMYK00.960.870.39
HSL354.36º91.41%31.96%-
HSV(B)354.36º95.51%61.18%-
XYZ13.927.271.38-
YUV53.15109.86201.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 84.78%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=84.78%
G=3.80%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15672100.960.870.39354.3691.4131.96
Hex9C71506057271625b20
Octal23472501401274754213340
Binary10011100111101010110000010101111001111011000101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,7,21); }

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

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

 a { background-color: rgb(156,7,21); }

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

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

 span { border-color: rgb(156,7,21); }

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