#9E001E

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

Shades of Carmine #9E001E

Tints of Carmine #9E001E

Color information

#9E001E (or 0x9E001E) is unknown color: approx Carmine. HEX triplet: 9E, 00 and 1E. RGB value is (158,0,30). Sum of RGB (Red+Green+Blue) = 158+0+30=188 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.04% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 158 - color contains mainly: red. Hex color #9E001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E001E is #61FFE1. Grayscale: #323232. Windows color (decimal): -6422498 or 1966238. OLE color: 1966238.

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

Color convert

RGB158030-
CMYK010.810.38
HSL348.61º100%30.98%-
HSV(B)348.61º100%61.96%-
XYZ14.337.361.89-
YUV50.66116.35204.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 84.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=84.04%
G=0%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158030010.810.38348.6110030.98
Hex9E01E064512615d641f
Octal23603601441214653514437
Binary10011110011110011001001010001100110101011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,0,30); }

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

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

 a { background-color: rgb(158,0,30); }

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

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

 span { border-color: rgb(158,0,30); }

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