Html Css Color HEX #9B190D Mandarian Orange

📋 copy color: '#9B190D'

red 155 ◦ green 25 ◦ blue 13

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

Shades of Mandarian Orange #9B190D

Tints of Mandarian Orange #9B190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 80.31%
G = 12.95%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B190D (or 0x9B190D) is known color: Mandarian Orange. HEX triplet: 9B, 19 and 0D. RGB value is (155,25,13). Sum of RGB (Red+Green+Blue) = 155+25+13=193 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.31% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 155 - color contains mainly: red. Hex color #9B190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B190D is #64E6F2. Grayscale: #3E3E3E. Windows color (decimal): -6612723 or 858523. OLE color: 858523.

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

Color convert

RGB 155 25 13 -
CMYK 0 0.84 0.92 0.39
HSL 5.07º 0.85% 0.33% -
HSV(B) 5.07º 0.92% 0.61% -
XYZ 13.94 7.69 1.13 -
YUV 62.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 155 25 13 0 0.84 0.92 0.39 5.07 0.85 0.33
Hex 9B 19 D 0 54 5C 27 5 55 21
Octal 233 31 15 0 124 134 47 5 125 41
Binary 10011011 11001 1101 0 1010100 1011100 100111 101 1010101 100001

Color Harmonies of #9B190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B190D

Black with #9B190D

Text Example


Text Example

White with #9B190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,13); }

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

background-color css

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

 a { background-color: rgb(155,25,13); }

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

border-color css

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

 span { border-color: rgb(155,25,13); }

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