#9C1214

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

Shades of Carmine #9C1214

Tints of Carmine #9C1214

Color information

#9C1214 (or 0x9C1214) is unknown color: approx Carmine. HEX triplet: 9C, 12 and 14. RGB value is (156,18,20). Sum of RGB (Red+Green+Blue) = 156+18+20=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1214 is #63EDEB. Grayscale: #3B3B3B. Windows color (decimal): -6548972 or 1315484. OLE color: 1315484.

HSL color Cylindrical-coordinate representation of color #9C1214: hue angle of 359.13º degrees, saturation: 0.79, 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 #9C1214 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1561820-
CMYK00.880.870.39
HSL359.13º79.31%34.12%-
HSV(B)359.13º88.46%61.18%-
XYZ14.057.551.38-
YUV59.49105.72196.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 80.41%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=80.41%
G=9.28%
B=10.31%

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
Decimal156182000.880.870.39359.1379.3134.12
Hex9C121405857271674f22
Octal234222401301274754711742
Binary1001110010010101000101100010101111001111011001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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