#9B0116

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

Shades of Carmine #9B0116

Tints of Carmine #9B0116

Color information

#9B0116 (or 0x9B0116) is unknown color: approx Carmine. HEX triplet: 9B, 01 and 16. RGB value is (155,1,22). Sum of RGB (Red+Green+Blue) = 155+1+22=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0116 is #64FEE9. Grayscale: #313131. Windows color (decimal): -6618858 or 1442203. OLE color: 1442203.

HSL color Cylindrical-coordinate representation of color #9B0116: hue angle of 351.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0116 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB155122-
CMYK00.990.860.39
HSL351.82º98.72%30.59%-
HSV(B)351.82º99.35%60.78%-
XYZ13.677.051.4-
YUV49.44112.52203.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 87.08%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=87.08%
G=0.56%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512200.990.860.39351.8298.7230.59
Hex9B1160635627160631f
Octal23312601431264754014337
Binary10011011110110011000111010110100111101100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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