#9E0F1C

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

Shades of Carmine #9E0F1C

Tints of Carmine #9E0F1C

Color information

#9E0F1C (or 0x9E0F1C) is unknown color: approx Carmine. HEX triplet: 9E, 0F and 1C. RGB value is (158,15,28). Sum of RGB (Red+Green+Blue) = 158+15+28=201 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.61% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0F1C is #61F0E3. Grayscale: #3B3B3B. Windows color (decimal): -6418660 or 1839006. OLE color: 1839006.

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

Color convert

RGB1581528-
CMYK00.910.820.38
HSL354.55º82.66%33.92%-
HSV(B)354.55º90.51%61.96%-
XYZ14.487.691.82-
YUV59.24110.38198.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 78.61%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=78.61%
G=7.46%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158152800.910.820.38354.5582.6633.92
Hex9EF1C05B52261635322
Octal236173401331224654312342
Binary100111101111111000101101110100101001101011000111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,15,28); }

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

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

 a { background-color: rgb(158,15,28); }

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

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

 span { border-color: rgb(158,15,28); }

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