#9B121B

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

Shades of Carmine #9B121B

Tints of Carmine #9B121B

Color information

#9B121B (or 0x9B121B) is unknown color: approx Carmine. HEX triplet: 9B, 12 and 1B. RGB value is (155,18,27). Sum of RGB (Red+Green+Blue) = 155+18+27=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B121B is #64EDE4. Grayscale: #3C3C3C. Windows color (decimal): -6614501 or 1774235. OLE color: 1774235.

HSL color Cylindrical-coordinate representation of color #9B121B: hue angle of 356.06º 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 #9B121B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1551827-
CMYK00.880.830.39
HSL356.06º79.19%33.92%-
HSV(B)356.06º88.39%60.78%-
XYZ13.937.481.75-
YUV59.99109.39195.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.5%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=77.5%
G=9%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155182700.880.830.39356.0679.1933.92
Hex9B121B05853271644f22
Octal233223301301234754411742
Binary1001101110010110110101100010100111001111011001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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