#9F122B

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

Shades of Carmine #9F122B

Tints of Carmine #9F122B

Color information

#9F122B (or 0x9F122B) is unknown color: approx Carmine. HEX triplet: 9F, 12 and 2B. RGB value is (159,18,43). Sum of RGB (Red+Green+Blue) = 159+18+43=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F122B is #60EDD4. Grayscale: #3F3F3F. Windows color (decimal): -6352341 or 2822815. OLE color: 2822815.

HSL color Cylindrical-coordinate representation of color #9F122B: hue angle of 349.36º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F122B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1591843-
CMYK00.890.730.38
HSL349.36º79.66%34.71%-
HSV(B)349.36º88.68%62.35%-
XYZ14.957.983.04-
YUV63.01116.71196.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.27%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=72.27%
G=8.18%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159184300.890.730.38349.3679.6634.71
Hex9F122B059492615d5023
Octal237225301311114653512043
Binary10011111100101010110101100110010011001101010111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,43); }

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

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

 a { background-color: rgb(159,18,43); }

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

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

 span { border-color: rgb(159,18,43); }

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