Html Css Color HEX #9B110A Dark Red

📋 copy color: '#9B110A'

red 155 ◦ green 17 ◦ blue 10

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

Shades of Dark Red #9B110A

Tints of Dark Red #9B110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 85.16%
G = 9.34%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B110A (or 0x9B110A) is known color: Dark Red. HEX triplet: 9B, 11 and 0A. RGB value is (155,17,10). Sum of RGB (Red+Green+Blue) = 155+17+10=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B110A is #64EEF5. Grayscale: #393939. Windows color (decimal): -6614774 or 659867. OLE color: 659867.

HSL color Cylindrical-coordinate representation of color #9B110A: hue angle of 2.9º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B110A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 17 10 -
CMYK 0 0.89 0.94 0.39
HSL 2.9º 0.88% 0.32% -
HSV(B) 2.9º 0.94% 0.61% -
XYZ 13.77 7.39 0.99 -
YUV 57.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 155 17 10 0 0.89 0.94 0.39 2.9 0.88 0.32
Hex 9B 11 A 0 59 5E 27 3 58 20
Octal 233 21 12 0 131 136 47 3 130 40
Binary 10011011 10001 1010 0 1011001 1011110 100111 11 1011000 100000

Color Harmonies of #9B110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B110A

Black with #9B110A

Text Example


Text Example

White with #9B110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,17,10); }

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

background-color css

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

 a { background-color: rgb(155,17,10); }

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

border-color css

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

 span { border-color: rgb(155,17,10); }

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