#9C0334

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

Shades of Carmine #9C0334

Tints of Carmine #9C0334

Color information

#9C0334 (or 0x9C0334) is unknown color: approx Carmine. HEX triplet: 9C, 03 and 34. RGB value is (156,3,52). Sum of RGB (Red+Green+Blue) = 156+3+52=211 (27% of max value = 765). Red value is 156 (61.33% from 255 or 73.93% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0334 is #63FCCB. Grayscale: #363636. Windows color (decimal): -6552780 or 3408796. OLE color: 3408796.

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

Color convert

RGB156352-
CMYK00.980.670.39
HSL340.78º96.23%31.18%-
HSV(B)340.78º98.08%61.18%-
XYZ14.367.383.92-
YUV54.33126.69200.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 73.93%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=73.93%
G=1.42%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15635200.980.670.39340.7896.2331.18
Hex9C3340624327155601f
Octal23436401421034752514037
Binary1001110011110100011000101000011100111101010101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,3,52); }

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

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

 a { background-color: rgb(156,3,52); }

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

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

 span { border-color: rgb(156,3,52); }

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