#9C0F2E

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

Shades of Carmine #9C0F2E

Tints of Carmine #9C0F2E

Color information

#9C0F2E (or 0x9C0F2E) is unknown color: approx Carmine. HEX triplet: 9C, 0F and 2E. RGB value is (156,15,46). Sum of RGB (Red+Green+Blue) = 156+15+46=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F2E is #63F0D1. Grayscale: #3C3C3C. Windows color (decimal): -6549714 or 3018652. OLE color: 3018652.

HSL color Cylindrical-coordinate representation of color #9C0F2E: hue angle of 346.81º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F2E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB1561546-
CMYK00.900.710.39
HSL346.81º82.46%33.53%-
HSV(B)346.81º90.38%61.18%-
XYZ14.377.613.3-
YUV60.69119.71195.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.89%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=71.89%
G=6.91%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156154600.900.710.39346.8182.4633.53
Hex9CF2E05A472715b5222
Octal234175601321074753312242
Binary1001110011111011100101101010001111001111010110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,15,46); }

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

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

 a { background-color: rgb(156,15,46); }

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

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

 span { border-color: rgb(156,15,46); }

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