#9B0115

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

Shades of Carmine #9B0115

Tints of Carmine #9B0115

Color information

#9B0115 (or 0x9B0115) is unknown color: approx Carmine. HEX triplet: 9B, 01 and 15. RGB value is (155,1,21). Sum of RGB (Red+Green+Blue) = 155+1+21=177 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.57% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0115 is #64FEEA. Grayscale: #313131. Windows color (decimal): -6618859 or 1376667. OLE color: 1376667.

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

Color convert

RGB155121-
CMYK00.990.860.39
HSL352.21º98.72%30.59%-
HSV(B)352.21º99.35%60.78%-
XYZ13.667.041.35-
YUV49.33112.02203.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 87.57%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=87.57%
G=0.56%
B=11.86%

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
Decimal15512100.990.860.39352.2198.7230.59
Hex9B1150635627160631f
Octal23312501431264754014337
Binary10011011110101011000111010110100111101100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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