#9C001F

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

Shades of Carmine #9C001F

Tints of Carmine #9C001F

Color information

#9C001F (or 0x9C001F) is unknown color: approx Carmine. HEX triplet: 9C, 00 and 1F. RGB value is (156,0,31). Sum of RGB (Red+Green+Blue) = 156+0+31=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C001F is #63FFE0. Grayscale: #323232. Windows color (decimal): -6553569 or 2031772. OLE color: 2031772.

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

Color convert

RGB156031-
CMYK010.800.39
HSL348.08º100%30.59%-
HSV(B)348.08º100%61.18%-
XYZ13.967.171.94-
YUV50.18117.18203.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=83.42%
G=0%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156031010.800.39348.0810030.59
Hex9C01F064502715c641f
Octal23403701441204753414437
Binary10011100011111011001001010000100111101011100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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