Html Css Color HEX #9B100E Dark Red

📋 copy color: '#9B100E'

red 155 ◦ green 16 ◦ blue 14

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

Shades of Dark Red #9B100E

Tints of Dark Red #9B100E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.57%

R = 83.78%
G = 8.65%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B100E (or 0x9B100E) is known color: Dark Red. HEX triplet: 9B, 10 and 0E. RGB value is (155,16,14). Sum of RGB (Red+Green+Blue) = 155+16+14=185 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.78% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 155 - color contains mainly: red. Hex color #9B100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B100E is #64EFF1. Grayscale: #393939. Windows color (decimal): -6615026 or 921755. OLE color: 921755.

HSL color Cylindrical-coordinate representation of color #9B100E: hue angle of 0.85º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B100E is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 14 -
CMYK 0 0.90 0.91 0.39
HSL 0.85º 0.83% 0.33% -
HSV(B) 0.85º 0.91% 0.61% -
XYZ 13.78 7.37 1.11 -
YUV 57.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 155 16 14 0 0.90 0.91 0.39 0.85 0.83 0.33
Hex 9B 10 E 0 5A 5B 27 1 53 21
Octal 233 20 16 0 132 133 47 1 123 41
Binary 10011011 10000 1110 0 1011010 1011011 100111 1 1010011 100001

Color Harmonies of #9B100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B100E

Black with #9B100E

Text Example


Text Example

White with #9B100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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