#9C0E1E

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

Shades of Carmine #9C0E1E

Tints of Carmine #9C0E1E

Color information

#9C0E1E (or 0x9C0E1E) is unknown color: approx Carmine. HEX triplet: 9C, 0E and 1E. RGB value is (156,14,30). Sum of RGB (Red+Green+Blue) = 156+14+30=200 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0E1E is #63F1E1. Grayscale: #3A3A3A. Windows color (decimal): -6549986 or 1969820. OLE color: 1969820.

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

Color convert

RGB1561430-
CMYK00.910.810.39
HSL353.24º83.53%33.33%-
HSV(B)353.24º91.03%61.18%-
XYZ14.17.481.93-
YUV58.28112.04197.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 78%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 30 (12.11% from 255) = 15%
R=78%
G=7%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156143000.910.810.39353.2483.5333.33
Hex9CE1E05B51271615421
Octal234163601331214754112441
Binary100111001110111100101101110100011001111011000011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,14,30); }

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

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

 a { background-color: rgb(156,14,30); }

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

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

 span { border-color: rgb(156,14,30); }

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