#9b0915

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

Shades of Carmine #9B0915

Tints of Carmine #9B0915

Color information

#9B0915 (or 0x9B0915) is unknown color: approx Carmine. HEX triplet: 9B, 09 and 15. RGB value is (155,9,21). Sum of RGB (Red+Green+Blue) = 155+9+21=185 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.78% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0915 is #64F6EA. Grayscale: #363636. Windows color (decimal): -6616811 or 1378715. OLE color: 1378715.

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

Color convert

RGB155921-
CMYK00.940.860.39
HSL355.07º89.02%32.16%-
HSV(B)355.07º94.19%60.78%-
XYZ13.757.221.38-
YUV54.02109.37200.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 83.78%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=83.78%
G=4.86%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15592100.940.860.39355.0789.0232.16
Hex9B91505E56271635920
Octal233112501361264754313140
Binary100110111001101010101111010101101001111011000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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