#9C003B

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

Shades of Carmine #9C003B

Tints of Carmine #9C003B

Color information

#9C003B (or 0x9C003B) is unknown color: approx Carmine. HEX triplet: 9C, 00 and 3B. RGB value is (156,0,59). Sum of RGB (Red+Green+Blue) = 156+0+59=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C003B is #63FFC4. Grayscale: #353535. Windows color (decimal): -6553541 or 3866780. OLE color: 3866780.

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

Color convert

RGB156059-
CMYK010.620.39
HSL337.31º100%30.59%-
HSV(B)337.31º100%61.18%-
XYZ14.57.384.8-
YUV53.37131.18201.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=72.56%
G=0%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156059010.620.39337.3110030.59
Hex9C03B0643E27151641f
Octal2340730144764752114437
Binary10011100011101101100100111110100111101010001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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