Html Css Color HEX #9B1A06 Dark Red

📋 copy color: '#9B1A06'

red 155 ◦ green 26 ◦ blue 6

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

Shades of Dark Red #9B1A06

Tints of Dark Red #9B1A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 6 (2.73% from 255) = 3.21%

R = 82.89%
G = 13.9%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9B1A06 (or 0x9B1A06) is known color: Dark Red. HEX triplet: 9B, 1A and 06. RGB value is (155,26,6). Sum of RGB (Red+Green+Blue) = 155+26+6=187 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.89% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1A06 is #64E5F9. Grayscale: #3E3E3E. Windows color (decimal): -6612474 or 400027. OLE color: 400027.

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

Color convert

RGB 155 26 6 -
CMYK 0 0.83 0.96 0.39
HSL 8.05º 0.93% 0.32% -
HSV(B) 8.05º 0.96% 0.61% -
XYZ 13.92 7.72 0.93 -
YUV 62.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 155 26 6 0 0.83 0.96 0.39 8.05 0.93 0.32
Hex 9B 1A 6 0 53 60 27 8 5D 20
Octal 233 32 6 0 123 140 47 10 135 40
Binary 10011011 11010 110 0 1010011 1100000 100111 1000 1011101 100000

Color Harmonies of #9B1A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A06

Black with #9B1A06

Text Example


Text Example

White with #9B1A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,26,6); }

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

background-color css

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

 a { background-color: rgb(155,26,6); }

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

border-color css

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

 span { border-color: rgb(155,26,6); }

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