#9E051E

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

Shades of Carmine #9E051E

Tints of Carmine #9E051E

Color information

#9E051E (or 0x9E051E) is unknown color: approx Carmine. HEX triplet: 9E, 05 and 1E. RGB value is (158,5,30). Sum of RGB (Red+Green+Blue) = 158+5+30=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E051E is #61FAE1. Grayscale: #353535. Windows color (decimal): -6421218 or 1967518. OLE color: 1967518.

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

Color convert

RGB158530-
CMYK00.970.810.38
HSL350.2º93.87%31.96%-
HSV(B)350.2º96.84%61.96%-
XYZ14.397.471.91-
YUV53.6114.69202.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 81.87%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=81.87%
G=2.59%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15853000.970.810.38350.293.8731.96
Hex9E51E061512615e5e20
Octal23653601411214653613640
Binary10011110101111100110000110100011001101010111101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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