Html Css Color HEX #9B221C Mandarian Orange

📋 copy color: '#9B221C'

red 155 ◦ green 34 ◦ blue 28

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

Shades of Mandarian Orange #9B221C

Tints of Mandarian Orange #9B221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 71.43%
G = 15.67%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B221C (or 0x9B221C) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 1C. RGB value is (155,34,28). Sum of RGB (Red+Green+Blue) = 155+34+28=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B221C is #64DDE3. Grayscale: #454545. Windows color (decimal): -6610404 or 1843867. OLE color: 1843867.

HSL color Cylindrical-coordinate representation of color #9B221C: hue angle of 2.83º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B221C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 34 28 -
CMYK 0 0.78 0.82 0.39
HSL 2.83º 0.69% 0.36% -
HSV(B) 2.83º 0.82% 0.61% -
XYZ 14.3 8.2 1.93 -
YUV 69.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 155 34 28 0 0.78 0.82 0.39 2.83 0.69 0.36
Hex 9B 22 1C 0 4E 52 27 3 45 24
Octal 233 42 34 0 116 122 47 3 105 44
Binary 10011011 100010 11100 0 1001110 1010010 100111 11 1000101 100100

Color Harmonies of #9B221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B221C

Black with #9B221C

Text Example


Text Example

White with #9B221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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