#9C1314

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

Shades of Carmine #9C1314

Tints of Carmine #9C1314

Color information

#9C1314 (or 0x9C1314) is unknown color: approx Carmine. HEX triplet: 9C, 13 and 14. RGB value is (156,19,20). Sum of RGB (Red+Green+Blue) = 156+19+20=195 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1314 is #63ECEB. Grayscale: #3C3C3C. Windows color (decimal): -6548716 or 1315740. OLE color: 1315740.

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

Color convert

RGB1561920-
CMYK00.880.870.39
HSL359.56º78.29%34.31%-
HSV(B)359.56º87.82%61.18%-
XYZ14.077.581.38-
YUV60.08105.39196.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 80%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=80%
G=9.74%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156192000.880.870.39359.5678.2934.31
Hex9C131405857271684e22
Octal234232401301274755011642
Binary1001110010011101000101100010101111001111011010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,19,20); }

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

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

 a { background-color: rgb(156,19,20); }

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

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

 span { border-color: rgb(156,19,20); }

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