#9D0C34

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

Shades of Carmine #9D0C34

Tints of Carmine #9D0C34

Color information

#9D0C34 (or 0x9D0C34) is unknown color: approx Carmine. HEX triplet: 9D, 0C and 34. RGB value is (157,12,52). Sum of RGB (Red+Green+Blue) = 157+12+52=221 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.04% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0C34 is #62F3CB. Grayscale: #3B3B3B. Windows color (decimal): -6484940 or 3411101. OLE color: 3411101.

HSL color Cylindrical-coordinate representation of color #9D0C34: hue angle of 343.45º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C34 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB1571252-
CMYK00.920.670.38
HSL343.45º85.8%33.14%-
HSV(B)343.45º92.36%61.57%-
XYZ14.667.683.96-
YUV59.91123.54197.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 71.04%
GREEN value IS 12 (5.08% from 255) = 5.43%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=71.04%
G=5.43%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157125200.920.670.38343.4585.833.14
Hex9DC3405C43261575621
Octal235146401341034652712641
Binary1001110111001101000101110010000111001101010101111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,12,52); }

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

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

 a { background-color: rgb(157,12,52); }

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

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

 span { border-color: rgb(157,12,52); }

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