#9D0C32

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

Shades of Carmine #9D0C32

Tints of Carmine #9D0C32

Color information

#9D0C32 (or 0x9D0C32) is unknown color: approx Carmine. HEX triplet: 9D, 0C and 32. RGB value is (157,12,50). Sum of RGB (Red+Green+Blue) = 157+12+50=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0C32 is #62F3CD. Grayscale: #3B3B3B. Windows color (decimal): -6484942 or 3280029. OLE color: 3280029.

HSL color Cylindrical-coordinate representation of color #9D0C32: hue angle of 344.28º 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 #9D0C32 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1571250-
CMYK00.920.680.38
HSL344.28º85.8%33.14%-
HSV(B)344.28º92.36%61.57%-
XYZ14.617.663.73-
YUV59.69122.54197.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 71.69%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=71.69%
G=5.48%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157125000.920.680.38344.2885.833.14
Hex9DC3205C44261585621
Octal235146201341044653012641
Binary1001110111001100100101110010001001001101010110001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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