#9B1216

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

Shades of Carmine #9B1216

Tints of Carmine #9B1216

Color information

#9B1216 (or 0x9B1216) is unknown color: approx Carmine. HEX triplet: 9B, 12 and 16. RGB value is (155,18,22). Sum of RGB (Red+Green+Blue) = 155+18+22=195 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.49% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1216 is #64EDE9. Grayscale: #3B3B3B. Windows color (decimal): -6614506 or 1446555. OLE color: 1446555.

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

Color convert

RGB1551822-
CMYK00.880.860.39
HSL358.25º79.19%33.92%-
HSV(B)358.25º88.39%60.78%-
XYZ13.887.461.47-
YUV59.42106.89196.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 79.49%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=79.49%
G=9.23%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155182200.880.860.39358.2579.1933.92
Hex9B121605856271664f22
Octal233222601301264754611742
Binary1001101110010101100101100010101101001111011001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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