#9E181E

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

Shades of Carmine #9E181E

Tints of Carmine #9E181E

Color information

#9E181E (or 0x9E181E) is unknown color: approx Carmine. HEX triplet: 9E, 18 and 1E. RGB value is (158,24,30). Sum of RGB (Red+Green+Blue) = 158+24+30=212 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.53% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 158 - color contains mainly: red. Hex color #9E181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E181E is #61E7E1. Grayscale: #404040. Windows color (decimal): -6416354 or 1972382. OLE color: 1972382.

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

Color convert

RGB1582430-
CMYK00.850.810.38
HSL357.31º73.63%35.69%-
HSV(B)357.31º84.81%61.96%-
XYZ14.668.022-
YUV64.75108.39194.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 74.53%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=74.53%
G=11.32%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158243000.850.810.38357.3173.6335.69
Hex9E181E05551261654a24
Octal236303601251214654511244
Binary1001111011000111100101010110100011001101011001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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