#9C0432

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

Shades of Carmine #9C0432

Tints of Carmine #9C0432

Color information

#9C0432 (or 0x9C0432) is unknown color: approx Carmine. HEX triplet: 9C, 04 and 32. RGB value is (156,4,50). Sum of RGB (Red+Green+Blue) = 156+4+50=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0432 is #63FBCD. Grayscale: #363636. Windows color (decimal): -6552526 or 3277980. OLE color: 3277980.

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

Color convert

RGB156450-
CMYK00.970.680.39
HSL341.84º95%31.37%-
HSV(B)341.84º97.44%61.18%-
XYZ14.337.393.69-
YUV54.69125.36200.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 74.29%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=74.29%
G=1.90%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15645000.970.680.39341.849531.37
Hex9C43206144271565f1f
Octal23446201411044752613737
Binary10011100100110010011000011000100100111101010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,4,50); }

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

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

 a { background-color: rgb(156,4,50); }

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

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

 span { border-color: rgb(156,4,50); }

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