Html Css Color HEX #9B2011 Mandarian Orange

📋 copy color: '#9B2011'

red 155 ◦ green 32 ◦ blue 17

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

Shades of Mandarian Orange #9B2011

Tints of Mandarian Orange #9B2011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 75.98%
G = 15.69%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B2011 (or 0x9B2011) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 11. RGB value is (155,32,17). Sum of RGB (Red+Green+Blue) = 155+32+17=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2011 is #64DFEE. Grayscale: #434343. Windows color (decimal): -6610927 or 1122459. OLE color: 1122459.

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

Color convert

RGB 155 32 17 -
CMYK 0 0.79 0.89 0.39
HSL 6.52º 0.8% 0.34% -
HSV(B) 6.52º 0.89% 0.61% -
XYZ 14.14 8.04 1.34 -
YUV 67.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 155 32 17 0 0.79 0.89 0.39 6.52 0.8 0.34
Hex 9B 20 11 0 4F 59 27 7 50 22
Octal 233 40 21 0 117 131 47 7 120 42
Binary 10011011 100000 10001 0 1001111 1011001 100111 111 1010000 100010

Color Harmonies of #9B2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2011

Black with #9B2011

Text Example


Text Example

White with #9B2011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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