#9E102F

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

Shades of Carmine #9E102F

Tints of Carmine #9E102F

Color information

#9E102F (or 0x9E102F) is unknown color: approx Carmine. HEX triplet: 9E, 10 and 2F. RGB value is (158,16,47). Sum of RGB (Red+Green+Blue) = 158+16+47=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E102F is #61EFD0. Grayscale: #3E3E3E. Windows color (decimal): -6418385 or 3084446. OLE color: 3084446.

HSL color Cylindrical-coordinate representation of color #9E102F: hue angle of 346.9º 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 #9E102F is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1581647-
CMYK00.900.700.38
HSL346.9º81.61%34.12%-
HSV(B)346.9º89.87%61.96%-
XYZ14.87.843.42-
YUV61.99119.54196.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.49%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=71.49%
G=7.24%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158164700.900.700.38346.981.6134.12
Hex9E102F05A462615b5222
Octal236205701321064653312242
Binary10011110100001011110101101010001101001101010110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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