#9E0C15

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

Shades of Carmine #9E0C15

Tints of Carmine #9E0C15

Color information

#9E0C15 (or 0x9E0C15) is unknown color: approx Carmine. HEX triplet: 9E, 0C and 15. RGB value is (158,12,21). Sum of RGB (Red+Green+Blue) = 158+12+21=191 (25% of max value = 765). Red value is 158 (62.11% from 255 or 82.72% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0C15 is #61F3EA. Grayscale: #383838. Windows color (decimal): -6419435 or 1379486. OLE color: 1379486.

HSL color Cylindrical-coordinate representation of color #9E0C15: hue angle of 356.3º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C15 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1581221-
CMYK00.920.870.38
HSL356.3º85.88%33.33%-
HSV(B)356.3º92.41%61.96%-
XYZ14.377.591.42-
YUV56.68107.87200.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 82.72%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=82.72%
G=6.28%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158122100.920.870.38356.385.8833.33
Hex9EC1505C57261645621
Octal236142501341274654412641
Binary100111101100101010101110010101111001101011001001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,12,21); }

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

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

 a { background-color: rgb(158,12,21); }

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

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

 span { border-color: rgb(158,12,21); }

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