#9C002E

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

Shades of Carmine #9C002E

Tints of Carmine #9C002E

Color information

#9C002E (or 0x9C002E) is unknown color: approx Carmine. HEX triplet: 9C, 00 and 2E. RGB value is (156,0,46). Sum of RGB (Red+Green+Blue) = 156+0+46=202 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.23% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 156 - color contains mainly: red. Hex color #9C002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C002E is #63FFD1. Grayscale: #333333. Windows color (decimal): -6553554 or 3014812. OLE color: 3014812.

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

Color convert

RGB156046-
CMYK010.710.39
HSL342.31º100%30.59%-
HSV(B)342.31º100%61.18%-
XYZ14.27.273.24-
YUV51.89124.68202.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 77.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=77.23%
G=0%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156046010.710.39342.3110030.59
Hex9C02E0644727156641f
Octal23405601441074752614437
Binary100111000101110011001001000111100111101010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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