Html Css Color HEX #9B150B Dark Red

📋 copy color: '#9B150B'

red 155 ◦ green 21 ◦ blue 11

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

Shades of Dark Red #9B150B

Tints of Dark Red #9B150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 82.89%
G = 11.23%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B150B (or 0x9B150B) is known color: Dark Red. HEX triplet: 9B, 15 and 0B. RGB value is (155,21,11). Sum of RGB (Red+Green+Blue) = 155+21+11=187 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.89% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 155 - color contains mainly: red. Hex color #9B150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B150B is #64EAF4. Grayscale: #3C3C3C. Windows color (decimal): -6613749 or 726427. OLE color: 726427.

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

Color convert

RGB 155 21 11 -
CMYK 0 0.86 0.93 0.39
HSL 4.17º 0.87% 0.33% -
HSV(B) 4.17º 0.93% 0.61% -
XYZ 13.85 7.53 1.04 -
YUV 59.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 155 21 11 0 0.86 0.93 0.39 4.17 0.87 0.33
Hex 9B 15 B 0 56 5D 27 4 57 21
Octal 233 25 13 0 126 135 47 4 127 41
Binary 10011011 10101 1011 0 1010110 1011101 100111 100 1010111 100001

Color Harmonies of #9B150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B150B

Black with #9B150B

Text Example


Text Example

White with #9B150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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