#9C002F

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

Shades of Carmine #9C002F

Tints of Carmine #9C002F

Color information

#9C002F (or 0x9C002F) is unknown color: approx Carmine. HEX triplet: 9C, 00 and 2F. RGB value is (156,0,47). Sum of RGB (Red+Green+Blue) = 156+0+47=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C002F is #63FFD0. Grayscale: #333333. Windows color (decimal): -6553553 or 3080348. OLE color: 3080348.

HSL color Cylindrical-coordinate representation of color #9C002F: hue angle of 341.92º 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 #9C002F is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB156047-
CMYK010.700.39
HSL341.92º100%30.59%-
HSV(B)341.92º100%61.18%-
XYZ14.227.273.34-
YUV52125.18202.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 76.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=76.85%
G=0%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156047010.700.39341.9210030.59
Hex9C02F0644627156641f
Octal23405701441064752614437
Binary100111000101111011001001000110100111101010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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