#9C0613

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

Shades of Carmine #9C0613

Tints of Carmine #9C0613

Color information

#9C0613 (or 0x9C0613) is unknown color: approx Carmine. HEX triplet: 9C, 06 and 13. RGB value is (156,6,19). Sum of RGB (Red+Green+Blue) = 156+6+19=181 (23% of max value = 765). Red value is 156 (61.33% from 255 or 86.19% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0613 is #63F9EC. Grayscale: #343434. Windows color (decimal): -6552045 or 1246876. OLE color: 1246876.

HSL color Cylindrical-coordinate representation of color #9C0613: hue angle of 354.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0613 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB156619-
CMYK00.960.880.39
HSL354.8º92.59%31.76%-
HSV(B)354.8º96.15%61.18%-
XYZ13.897.251.28-
YUV52.33109.2201.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 86.19%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=86.19%
G=3.31%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15661900.960.880.39354.892.5931.76
Hex9C61306058271635d20
Octal23462301401304754313540
Binary10011100110100110110000010110001001111011000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,6,19); }

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

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

 a { background-color: rgb(156,6,19); }

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

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

 span { border-color: rgb(156,6,19); }

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