#9B0A31

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

Shades of Carmine #9B0A31

Tints of Carmine #9B0A31

Color information

#9B0A31 (or 0x9B0A31) is unknown color: approx Carmine. HEX triplet: 9B, 0A and 31. RGB value is (155,10,49). Sum of RGB (Red+Green+Blue) = 155+10+49=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A31 is #64F5CE. Grayscale: #393939. Windows color (decimal): -6616527 or 3213979. OLE color: 3213979.

HSL color Cylindrical-coordinate representation of color #9B0A31: hue angle of 343.86º degrees, saturation: 0.88, 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 #9B0A31 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1551049-
CMYK00.940.680.39
HSL343.86º87.88%32.35%-
HSV(B)343.86º93.55%60.78%-
XYZ14.187.413.59-
YUV57.8123.04197.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 72.43%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=72.43%
G=4.67%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155104900.940.680.39343.8687.8832.35
Hex9BA3105E44271585820
Octal233126101361044753013040
Binary1001101110101100010101111010001001001111010110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,10,49); }

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

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

 a { background-color: rgb(155,10,49); }

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

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

 span { border-color: rgb(155,10,49); }

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