Html Css Color HEX #9B0C37 Carmine

📋 copy color: '#9B0C37'

red 155 ◦ green 12 ◦ blue 55

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

Shades of Carmine #9B0C37

Tints of Carmine #9B0C37

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

 BLUE value IS 55 (21.88% from 255) = 24.77%

R = 69.82%
G = 5.41%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B0C37 (or 0x9B0C37) is known color: Carmine. HEX triplet: 9B, 0C and 37. RGB value is (155,12,55). Sum of RGB (Red+Green+Blue) = 155+12+55=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0C37 is #64F3C8. Grayscale: #3B3B3B. Windows color (decimal): -6616009 or 3607707. OLE color: 3607707.

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

Color convert

RGB 155 12 55 -
CMYK 0 0.92 0.65 0.39
HSL 341.96º 0.86% 0.33% -
HSV(B) 341.96º 0.92% 0.61% -
XYZ 14.34 7.51 4.31 -
YUV 59.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 155 12 55 0 0.92 0.65 0.39 341.96 0.86 0.33
Hex 9B C 37 0 5C 41 27 156 56 21
Octal 233 14 67 0 134 101 47 526 126 41
Binary 10011011 1100 110111 0 1011100 1000001 100111 101010110 1010110 100001

Color Harmonies of #9B0C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C37

Black with #9B0C37

Text Example


Text Example

White with #9B0C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,12,55); }

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

background-color css

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

 a { background-color: rgb(155,12,55); }

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

border-color css

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

 span { border-color: rgb(155,12,55); }

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