#9B0E31

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

Shades of Carmine #9B0E31

Tints of Carmine #9B0E31

Color information

#9B0E31 (or 0x9B0E31) is unknown color: approx Carmine. HEX triplet: 9B, 0E and 31. RGB value is (155,14,49). Sum of RGB (Red+Green+Blue) = 155+14+49=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0E31 is #64F1CE. Grayscale: #3C3C3C. Windows color (decimal): -6615503 or 3215003. OLE color: 3215003.

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

Color convert

RGB1551449-
CMYK00.910.680.39
HSL345.11º83.43%33.14%-
HSV(B)345.11º90.97%60.78%-
XYZ14.237.53.6-
YUV60.15121.71195.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.10%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=71.10%
G=6.42%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155144900.910.680.39345.1183.4333.14
Hex9BE3105B44271595321
Octal233166101331044753112341
Binary1001101111101100010101101110001001001111010110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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