Html Css Color HEX #9B100B Dark Red

📋 copy color: '#9B100B'

red 155 ◦ green 16 ◦ blue 11

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

Shades of Dark Red #9B100B

Tints of Dark Red #9B100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 85.16%
G = 8.79%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B100B (or 0x9B100B) is known color: Dark Red. HEX triplet: 9B, 10 and 0B. RGB value is (155,16,11). Sum of RGB (Red+Green+Blue) = 155+16+11=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B100B is #64EFF4. Grayscale: #393939. Windows color (decimal): -6615029 or 725147. OLE color: 725147.

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

Color convert

RGB 155 16 11 -
CMYK 0 0.90 0.93 0.39
HSL 2.08º 0.87% 0.33% -
HSV(B) 2.08º 0.93% 0.61% -
XYZ 13.76 7.36 1.01 -
YUV 56.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 155 16 11 0 0.90 0.93 0.39 2.08 0.87 0.33
Hex 9B 10 B 0 5A 5D 27 2 57 21
Octal 233 20 13 0 132 135 47 2 127 41
Binary 10011011 10000 1011 0 1011010 1011101 100111 10 1010111 100001

Color Harmonies of #9B100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B100B

Black with #9B100B

Text Example


Text Example

White with #9B100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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