#9E0F1B

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

Shades of Carmine #9E0F1B

Tints of Carmine #9E0F1B

Color information

#9E0F1B (or 0x9E0F1B) is unknown color: approx Carmine. HEX triplet: 9E, 0F and 1B. RGB value is (158,15,27). Sum of RGB (Red+Green+Blue) = 158+15+27=200 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0F1B is #61F0E4. Grayscale: #3B3B3B. Windows color (decimal): -6418661 or 1773470. OLE color: 1773470.

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

Color convert

RGB1581527-
CMYK00.910.830.38
HSL354.97º82.66%33.92%-
HSV(B)354.97º90.51%61.96%-
XYZ14.477.691.76-
YUV59.12109.88198.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 79%
GREEN value IS 15 (6.25% from 255) = 7.5%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=79%
G=7.5%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158152700.910.830.38354.9782.6633.92
Hex9EF1B05B53261635322
Octal236173301331234654312342
Binary100111101111110110101101110100111001101011000111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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