#9B0715

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

Shades of Carmine #9B0715

Tints of Carmine #9B0715

Color information

#9B0715 (or 0x9B0715) is unknown color: approx Carmine. HEX triplet: 9B, 07 and 15. RGB value is (155,7,21). Sum of RGB (Red+Green+Blue) = 155+7+21=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0715 is #64F8EA. Grayscale: #343434. Windows color (decimal): -6617323 or 1378203. OLE color: 1378203.

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

Color convert

RGB155721-
CMYK00.950.860.39
HSL354.32º91.36%31.76%-
HSV(B)354.32º95.48%60.78%-
XYZ13.737.171.37-
YUV52.85110.03200.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 84.70%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=84.70%
G=3.83%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15572100.950.860.39354.3291.3631.76
Hex9B71505F56271625b20
Octal23372501371264754213340
Binary10011011111101010101111110101101001111011000101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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