Html Css Color HEX #9B1205 Dark Red

📋 copy color: '#9B1205'

red 155 ◦ green 18 ◦ blue 5

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

Shades of Dark Red #9B1205

Tints of Dark Red #9B1205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

 BLUE value IS 5 (2.34% from 255) = 2.81%

R = 87.08%
G = 10.11%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B1205 (or 0x9B1205) is known color: Dark Red. HEX triplet: 9B, 12 and 05. RGB value is (155,18,5). Sum of RGB (Red+Green+Blue) = 155+18+5=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1205 is #64EDFA. Grayscale: #393939. Windows color (decimal): -6614523 or 332443. OLE color: 332443.

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

Color convert

RGB 155 18 5 -
CMYK 0 0.88 0.97 0.39
HSL 5.2º 0.94% 0.31% -
HSV(B) 5.2º 0.97% 0.61% -
XYZ 13.76 7.41 0.85 -
YUV 57.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 155 18 5 0 0.88 0.97 0.39 5.2 0.94 0.31
Hex 9B 12 5 0 58 61 27 5 5E 1F
Octal 233 22 5 0 130 141 47 5 136 37
Binary 10011011 10010 101 0 1011000 1100001 100111 101 1011110 11111

Color Harmonies of #9B1205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1205

Black with #9B1205

Text Example


Text Example

White with #9B1205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,18,5); }

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

background-color css

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

 a { background-color: rgb(155,18,5); }

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

border-color css

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

 span { border-color: rgb(155,18,5); }

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