#9B0626

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

Shades of Carmine #9B0626

Tints of Carmine #9B0626

Color information

#9B0626 (or 0x9B0626) is unknown color: approx Carmine. HEX triplet: 9B, 06 and 26. RGB value is (155,6,38). Sum of RGB (Red+Green+Blue) = 155+6+38=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0626 is #64F9D9. Grayscale: #363636. Windows color (decimal): -6617562 or 2492059. OLE color: 2492059.

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

Color convert

RGB155638-
CMYK00.960.750.39
HSL347.11º92.55%31.57%-
HSV(B)347.11º96.13%60.78%-
XYZ13.937.242.5-
YUV54.2118.86199.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.89%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=77.89%
G=3.02%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15563800.960.750.39347.1192.5531.57
Hex9B6260604B2715b5d20
Octal23364601401134753313540
Binary100110111101001100110000010010111001111010110111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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