#9B0726

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

Shades of Carmine #9B0726

Tints of Carmine #9B0726

Color information

#9B0726 (or 0x9B0726) is unknown color: approx Carmine. HEX triplet: 9B, 07 and 26. RGB value is (155,7,38). Sum of RGB (Red+Green+Blue) = 155+7+38=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0726 is #64F8D9. Grayscale: #363636. Windows color (decimal): -6617306 or 2492315. OLE color: 2492315.

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

Color convert

RGB155738-
CMYK00.950.750.39
HSL347.43º91.36%31.76%-
HSV(B)347.43º95.48%60.78%-
XYZ13.947.262.5-
YUV54.79118.53199.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.5%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 38 (15.23% from 255) = 19%
R=77.5%
G=3.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15573800.950.750.39347.4391.3631.76
Hex9B72605F4B2715b5b20
Octal23374601371134753313340
Binary100110111111001100101111110010111001111010110111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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