Html Css Color HEX #9B0B20 Carmine

📋 copy color: '#9B0B20'

red 155 ◦ green 11 ◦ blue 32

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

Shades of Carmine #9B0B20

Tints of Carmine #9B0B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 78.28%
G = 5.56%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B0B20 (or 0x9B0B20) is known color: Carmine. HEX triplet: 9B, 0B and 20. RGB value is (155,11,32). Sum of RGB (Red+Green+Blue) = 155+11+32=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0B20 is #64F4DF. Grayscale: #383838. Windows color (decimal): -6616288 or 2100123. OLE color: 2100123.

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

Color convert

RGB 155 11 32 -
CMYK 0 0.93 0.79 0.39
HSL 351.25º 0.87% 0.33% -
HSV(B) 351.25º 0.93% 0.61% -
XYZ 13.9 7.31 2.05 -
YUV 56.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 155 11 32 0 0.93 0.79 0.39 351.25 0.87 0.33
Hex 9B B 20 0 5D 4F 27 15F 57 21
Octal 233 13 40 0 135 117 47 537 127 41
Binary 10011011 1011 100000 0 1011101 1001111 100111 101011111 1010111 100001

Color Harmonies of #9B0B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0B20

Black with #9B0B20

Text Example


Text Example

White with #9B0B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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