#9E0C2F

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

Shades of Carmine #9E0C2F

Tints of Carmine #9E0C2F

Color information

#9E0C2F (or 0x9E0C2F) is unknown color: approx Carmine. HEX triplet: 9E, 0C and 2F. RGB value is (158,12,47). Sum of RGB (Red+Green+Blue) = 158+12+47=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0C2F is #61F3D0. Grayscale: #3B3B3B. Windows color (decimal): -6419409 or 3083422. OLE color: 3083422.

HSL color Cylindrical-coordinate representation of color #9E0C2F: hue angle of 345.62º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C2F is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1581247-
CMYK00.920.700.38
HSL345.62º85.88%33.33%-
HSV(B)345.62º92.41%61.96%-
XYZ14.757.743.41-
YUV59.64120.87198.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 72.81%
GREEN value IS 12 (5.08% from 255) = 5.53%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=72.81%
G=5.53%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158124700.920.700.38345.6285.8833.33
Hex9EC2F05C462615a5621
Octal236145701341064653212641
Binary1001111011001011110101110010001101001101010110101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,12,47); }

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

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

 a { background-color: rgb(158,12,47); }

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

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

 span { border-color: rgb(158,12,47); }

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