#9B0039

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

Shades of Carmine #9B0039

Tints of Carmine #9B0039

Color information

#9B0039 (or 0x9B0039) is unknown color: approx Carmine. HEX triplet: 9B, 00 and 39. RGB value is (155,0,57). Sum of RGB (Red+Green+Blue) = 155+0+57=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0039 is #64FFC6. Grayscale: #343434. Windows color (decimal): -6619079 or 3735707. OLE color: 3735707.

HSL color Cylindrical-coordinate representation of color #9B0039: hue angle of 337.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0039 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB155057-
CMYK010.630.39
HSL337.94º100%30.39%-
HSV(B)337.94º100%60.78%-
XYZ14.267.264.52-
YUV52.84130.35200.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=73.11%
G=0%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155057010.630.39337.9410030.39
Hex9B0390643F27152641e
Octal2330710144774752214436
Binary10011011011100101100100111111100111101010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,0,57); }

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

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

 a { background-color: rgb(155,0,57); }

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

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

 span { border-color: rgb(155,0,57); }

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