#9B121C

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

Shades of Carmine #9B121C

Tints of Carmine #9B121C

Color information

#9B121C (or 0x9B121C) is unknown color: approx Carmine. HEX triplet: 9B, 12 and 1C. RGB value is (155,18,28). Sum of RGB (Red+Green+Blue) = 155+18+28=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B121C is #64EDE3. Grayscale: #3C3C3C. Windows color (decimal): -6614500 or 1839771. OLE color: 1839771.

HSL color Cylindrical-coordinate representation of color #9B121C: hue angle of 355.62º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B121C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB1551828-
CMYK00.880.820.39
HSL355.62º79.19%33.92%-
HSV(B)355.62º88.39%60.78%-
XYZ13.947.491.81-
YUV60.1109.89195.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.11%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=77.11%
G=8.96%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155182800.880.820.39355.6279.1933.92
Hex9B121C05852271644f22
Octal233223401301224754411742
Binary1001101110010111000101100010100101001111011001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,18,28); }

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

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

 a { background-color: rgb(155,18,28); }

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

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

 span { border-color: rgb(155,18,28); }

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