Html Css Color HEX #9B1C01 Dark Red

📋 copy color: '#9B1C01'

red 155 ◦ green 28 ◦ blue 1

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

Shades of Dark Red #9B1C01

Tints of Dark Red #9B1C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.22%

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

R = 84.24%
G = 15.22%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B1C01 (or 0x9B1C01) is known color: Dark Red. HEX triplet: 9B, 1C and 01. RGB value is (155,28,1). Sum of RGB (Red+Green+Blue) = 155+28+1=184 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.24% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1C01 is #64E3FE. Grayscale: #3F3F3F. Windows color (decimal): -6611967 or 72859. OLE color: 72859.

HSL color Cylindrical-coordinate representation of color #9B1C01: hue angle of 10.52º 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 #9B1C01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 28 1 -
CMYK 0 0.82 0.99 0.39
HSL 10.52º 0.99% 0.31% -
HSV(B) 10.52º 0.99% 0.61% -
XYZ 13.94 7.8 0.8 -
YUV 62.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 155 28 1 0 0.82 0.99 0.39 10.52 0.99 0.31
Hex 9B 1C 1 0 52 63 27 B 63 1F
Octal 233 34 1 0 122 143 47 13 143 37
Binary 10011011 11100 1 0 1010010 1100011 100111 1011 1100011 11111

Color Harmonies of #9B1C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C01

Black with #9B1C01

Text Example


Text Example

White with #9B1C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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