Html Css Color HEX #9B2211 Mandarian Orange

📋 copy color: '#9B2211'

red 155 ◦ green 34 ◦ blue 17

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

Shades of Mandarian Orange #9B2211

Tints of Mandarian Orange #9B2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

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

R = 75.24%
G = 16.5%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B2211 (or 0x9B2211) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 11. RGB value is (155,34,17). Sum of RGB (Red+Green+Blue) = 155+34+17=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2211 is #64DDEE. Grayscale: #444444. Windows color (decimal): -6610415 or 1122971. OLE color: 1122971.

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

Color convert

RGB 155 34 17 -
CMYK 0 0.78 0.89 0.39
HSL 7.39º 0.8% 0.34% -
HSV(B) 7.39º 0.89% 0.61% -
XYZ 14.19 8.15 1.36 -
YUV 68.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 155 34 17 0 0.78 0.89 0.39 7.39 0.8 0.34
Hex 9B 22 11 0 4E 59 27 7 50 22
Octal 233 42 21 0 116 131 47 7 120 42
Binary 10011011 100010 10001 0 1001110 1011001 100111 111 1010000 100010

Color Harmonies of #9B2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2211

Black with #9B2211

Text Example


Text Example

White with #9B2211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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