Html Css Color HEX #9B0539 Carmine

📋 copy color: '#9B0539'

red 155 ◦ green 5 ◦ blue 57

#9B0539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #9B0539

Tints of Carmine #9B0539

RGB

 RED value IS 155 (60.94% from 255) = 71.43%

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 57 (22.66% from 255) = 26.27%

R = 71.43%
G = 2.3%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B0539 (or 0x9B0539) is known color: Carmine. HEX triplet: 9B, 05 and 39. RGB value is (155,5,57). Sum of RGB (Red+Green+Blue) = 155+5+57=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0539 is #64FAC6. Grayscale: #373737. Windows color (decimal): -6617799 or 3736987. OLE color: 3736987.

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

Color convert

RGB 155 5 57 -
CMYK 0 0.97 0.63 0.39
HSL 339.2º 0.94% 0.31% -
HSV(B) 339.2º 0.97% 0.61% -
XYZ 14.31 7.37 4.54 -
YUV 55.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 155 5 57 0 0.97 0.63 0.39 339.2 0.94 0.31
Hex 9B 5 39 0 61 3F 27 153 5E 1F
Octal 233 5 71 0 141 77 47 523 136 37
Binary 10011011 101 111001 0 1100001 111111 100111 101010011 1011110 11111

Color Harmonies of #9B0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0539

Black with #9B0539

Text Example


Text Example

White with #9B0539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B0539;
 }
 .AnyTagClassName
 {
   color: #9B0539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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