Html Css Color HEX #9B2001 Dark Red

📋 copy color: '#9B2001'

red 155 ◦ green 32 ◦ blue 1

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

Shades of Dark Red #9B2001

Tints of Dark Red #9B2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 82.45%
G = 17.02%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B2001 (or 0x9B2001) is known color: Dark Red. HEX triplet: 9B, 20 and 01. RGB value is (155,32,1). Sum of RGB (Red+Green+Blue) = 155+32+1=188 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.45% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2001 is #64DFFE. Grayscale: #414141. Windows color (decimal): -6610943 or 73883. OLE color: 73883.

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

Color convert

RGB 155 32 1 -
CMYK 0 0.79 0.99 0.39
HSL 12.08º 0.99% 0.31% -
HSV(B) 12.08º 0.99% 0.61% -
XYZ 14.04 8 0.83 -
YUV 65.24 91.75 192.02 -
System Red Green Blue C M Y K H S L
Decimal 155 32 1 0 0.79 0.99 0.39 12.08 0.99 0.31
Hex 9B 20 1 0 4F 63 27 C 63 1F
Octal 233 40 1 0 117 143 47 14 143 37
Binary 10011011 100000 1 0 1001111 1100011 100111 1100 1100011 11111

Color Harmonies of #9B2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2001

Black with #9B2001

Text Example


Text Example

White with #9B2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,1); }

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

background-color css

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

 a { background-color: rgb(155,32,1); }

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

border-color css

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

 span { border-color: rgb(155,32,1); }

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