Html Css Color HEX #9B190C Mandarian Orange

📋 copy color: '#9B190C'

red 155 ◦ green 25 ◦ blue 12

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

Shades of Mandarian Orange #9B190C

Tints of Mandarian Orange #9B190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 80.73%
G = 13.02%
B = 6.25%

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

#9B190C (or 0x9B190C) is known color: Mandarian Orange. HEX triplet: 9B, 19 and 0C. RGB value is (155,25,12). Sum of RGB (Red+Green+Blue) = 155+25+12=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B190C is #64E6F3. Grayscale: #3E3E3E. Windows color (decimal): -6612724 or 792987. OLE color: 792987.

HSL color Cylindrical-coordinate representation of color #9B190C: hue angle of 5.45º degrees, saturation: 0.86, 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 #9B190C is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 12 -
CMYK 0 0.84 0.92 0.39
HSL 5.45º 0.86% 0.33% -
HSV(B) 5.45º 0.92% 0.61% -
XYZ 13.93 7.69 1.1 -
YUV 62.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 155 25 12 0 0.84 0.92 0.39 5.45 0.86 0.33
Hex 9B 19 C 0 54 5C 27 5 56 21
Octal 233 31 14 0 124 134 47 5 126 41
Binary 10011011 11001 1100 0 1010100 1011100 100111 101 1010110 100001

Color Harmonies of #9B190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B190C

Black with #9B190C

Text Example


Text Example

White with #9B190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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