#9E0B14

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

Shades of Carmine #9E0B14

Tints of Carmine #9E0B14

Color information

#9E0B14 (or 0x9E0B14) is unknown color: approx Carmine. HEX triplet: 9E, 0B and 14. RGB value is (158,11,20). Sum of RGB (Red+Green+Blue) = 158+11+20=189 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.60% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0B14 is #61F4EB. Grayscale: #383838. Windows color (decimal): -6419692 or 1313694. OLE color: 1313694.

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

Color convert

RGB1581120-
CMYK00.930.870.38
HSL356.33º86.98%33.14%-
HSV(B)356.33º93.04%61.96%-
XYZ14.357.561.36-
YUV55.98107.7200.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 83.60%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=83.60%
G=5.82%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158112000.930.870.38356.3386.9833.14
Hex9EB1405D57261645721
Octal236132401351274654412741
Binary100111101011101000101110110101111001101011001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,11,20); }

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

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

 a { background-color: rgb(158,11,20); }

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

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

 span { border-color: rgb(158,11,20); }

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