Html Css Color HEX #9B0C32 Carmine

📋 copy color: '#9B0C32'

red 155 ◦ green 12 ◦ blue 50

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

Shades of Carmine #9B0C32

Tints of Carmine #9B0C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 71.43%
G = 5.53%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B0C32 (or 0x9B0C32) is known color: Carmine. HEX triplet: 9B, 0C and 32. RGB value is (155,12,50). Sum of RGB (Red+Green+Blue) = 155+12+50=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0C32 is #64F3CD. Grayscale: #3B3B3B. Windows color (decimal): -6616014 or 3280027. OLE color: 3280027.

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

Color convert

RGB 155 12 50 -
CMYK 0 0.92 0.68 0.39
HSL 344.06º 0.86% 0.33% -
HSV(B) 344.06º 0.92% 0.61% -
XYZ 14.22 7.46 3.71 -
YUV 59.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 155 12 50 0 0.92 0.68 0.39 344.06 0.86 0.33
Hex 9B C 32 0 5C 44 27 158 56 21
Octal 233 14 62 0 134 104 47 530 126 41
Binary 10011011 1100 110010 0 1011100 1000100 100111 101011000 1010110 100001

Color Harmonies of #9B0C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C32

Black with #9B0C32

Text Example


Text Example

White with #9B0C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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