#9E102E

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

Shades of Carmine #9E102E

Tints of Carmine #9E102E

Color information

#9E102E (or 0x9E102E) is unknown color: approx Carmine. HEX triplet: 9E, 10 and 2E. RGB value is (158,16,46). Sum of RGB (Red+Green+Blue) = 158+16+46=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E102E is #61EFD1. Grayscale: #3D3D3D. Windows color (decimal): -6418386 or 3018910. OLE color: 3018910.

HSL color Cylindrical-coordinate representation of color #9E102E: hue angle of 347.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E102E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB1581646-
CMYK00.900.710.38
HSL347.32º81.61%34.12%-
HSV(B)347.32º89.87%61.96%-
XYZ14.787.843.32-
YUV61.88119.04196.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=71.82%
G=7.27%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158164600.900.710.38347.3281.6134.12
Hex9E102E05A472615b5222
Octal236205601321074653312242
Binary10011110100001011100101101010001111001101010110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,16,46); }

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

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

 a { background-color: rgb(158,16,46); }

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

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

 span { border-color: rgb(158,16,46); }

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