#9C0935

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

Shades of Carmine #9C0935

Tints of Carmine #9C0935

Color information

#9C0935 (or 0x9C0935) is unknown color: approx Carmine. HEX triplet: 9C, 09 and 35. RGB value is (156,9,53). Sum of RGB (Red+Green+Blue) = 156+9+53=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0935 is #63F6CA. Grayscale: #393939. Windows color (decimal): -6551243 or 3475868. OLE color: 3475868.

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

Color convert

RGB156953-
CMYK00.940.660.39
HSL342.04º89.09%32.35%-
HSV(B)342.04º94.23%61.18%-
XYZ14.457.524.06-
YUV57.97125.2197.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.56%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=71.56%
G=4.13%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15695300.940.660.39342.0489.0932.35
Hex9C93505E42271565920
Octal234116501361024752613140
Binary1001110010011101010101111010000101001111010101101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,9,53); }

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

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

 a { background-color: rgb(156,9,53); }

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

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

 span { border-color: rgb(156,9,53); }

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