Html Css Color HEX #9B0B31 Carmine

📋 copy color: '#9B0B31'

red 155 ◦ green 11 ◦ blue 49

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

Shades of Carmine #9B0B31

Tints of Carmine #9B0B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 72.09%
G = 5.12%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B0B31 (or 0x9B0B31) is known color: Carmine. HEX triplet: 9B, 0B and 31. RGB value is (155,11,49). Sum of RGB (Red+Green+Blue) = 155+11+49=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0B31 is #64F4CE. Grayscale: #3A3A3A. Windows color (decimal): -6616271 or 3214235. OLE color: 3214235.

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

Color convert

RGB 155 11 49 -
CMYK 0 0.93 0.68 0.39
HSL 344.17º 0.87% 0.33% -
HSV(B) 344.17º 0.93% 0.61% -
XYZ 14.19 7.43 3.59 -
YUV 58.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 155 11 49 0 0.93 0.68 0.39 344.17 0.87 0.33
Hex 9B B 31 0 5D 44 27 158 57 21
Octal 233 13 61 0 135 104 47 530 127 41
Binary 10011011 1011 110001 0 1011101 1000100 100111 101011000 1010111 100001

Color Harmonies of #9B0B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0B31

Black with #9B0B31

Text Example


Text Example

White with #9B0B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,11,49); }

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

background-color css

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

 a { background-color: rgb(155,11,49); }

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

border-color css

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

 span { border-color: rgb(155,11,49); }

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