Html Css Color HEX #9B150C Dark Red

📋 copy color: '#9B150C'

red 155 ◦ green 21 ◦ blue 12

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

Shades of Dark Red #9B150C

Tints of Dark Red #9B150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 82.45%
G = 11.17%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B150C (or 0x9B150C) is known color: Dark Red. HEX triplet: 9B, 15 and 0C. RGB value is (155,21,12). Sum of RGB (Red+Green+Blue) = 155+21+12=188 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.45% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 155 - color contains mainly: red. Hex color #9B150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B150C is #64EAF3. Grayscale: #3C3C3C. Windows color (decimal): -6613748 or 791963. OLE color: 791963.

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

Color convert

RGB 155 21 12 -
CMYK 0 0.86 0.92 0.39
HSL 3.78º 0.86% 0.33% -
HSV(B) 3.78º 0.92% 0.61% -
XYZ 13.85 7.53 1.07 -
YUV 60.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 155 21 12 0 0.86 0.92 0.39 3.78 0.86 0.33
Hex 9B 15 C 0 56 5C 27 4 56 21
Octal 233 25 14 0 126 134 47 4 126 41
Binary 10011011 10101 1100 0 1010110 1011100 100111 100 1010110 100001

Color Harmonies of #9B150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B150C

Black with #9B150C

Text Example


Text Example

White with #9B150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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