Html Css Color HEX #9B0636 Carmine

📋 copy color: '#9B0636'

red 155 ◦ green 6 ◦ blue 54

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

Shades of Carmine #9B0636

Tints of Carmine #9B0636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 72.09%
G = 2.79%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B0636 (or 0x9B0636) is known color: Carmine. HEX triplet: 9B, 06 and 36. RGB value is (155,6,54). Sum of RGB (Red+Green+Blue) = 155+6+54=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0636 is #64F9C9. Grayscale: #373737. Windows color (decimal): -6617546 or 3540635. OLE color: 3540635.

HSL color Cylindrical-coordinate representation of color #9B0636: hue angle of 340.67º 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 #9B0636 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 6 54 -
CMYK 0 0.96 0.65 0.39
HSL 340.67º 0.93% 0.32% -
HSV(B) 340.67º 0.96% 0.61% -
XYZ 14.25 7.37 4.16 -
YUV 56.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 155 6 54 0 0.96 0.65 0.39 340.67 0.93 0.32
Hex 9B 6 36 0 60 41 27 155 5D 20
Octal 233 6 66 0 140 101 47 525 135 40
Binary 10011011 110 110110 0 1100000 1000001 100111 101010101 1011101 100000

Color Harmonies of #9B0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0636

Black with #9B0636

Text Example


Text Example

White with #9B0636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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