Html Css Color HEX #9B2215 Mandarian Orange

📋 copy color: '#9B2215'

red 155 ◦ green 34 ◦ blue 21

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

Shades of Mandarian Orange #9B2215

Tints of Mandarian Orange #9B2215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10%

R = 73.81%
G = 16.19%
B = 10%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B2215 (or 0x9B2215) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 15. RGB value is (155,34,21). Sum of RGB (Red+Green+Blue) = 155+34+21=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2215 is #64DDEA. Grayscale: #444444. Windows color (decimal): -6610411 or 1385115. OLE color: 1385115.

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

Color convert

RGB 155 34 21 -
CMYK 0 0.78 0.86 0.39
HSL 5.82º 0.76% 0.35% -
HSV(B) 5.82º 0.86% 0.61% -
XYZ 14.22 8.17 1.54 -
YUV 68.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 155 34 21 0 0.78 0.86 0.39 5.82 0.76 0.35
Hex 9B 22 15 0 4E 56 27 6 4C 23
Octal 233 42 25 0 116 126 47 6 114 43
Binary 10011011 100010 10101 0 1001110 1010110 100111 110 1001100 100011

Color Harmonies of #9B2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2215

Black with #9B2215

Text Example


Text Example

White with #9B2215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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