#9B211C

Color #9B211C Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9B211C

Tints of Mandarian Orange #9B211C

Color information

#9B211C (or 0x9B211C) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 21 and 1C. RGB value is (155,33,28). Sum of RGB (Red+Green+Blue) = 155+33+28=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B211C is #64DEE3. Grayscale: #454545. Windows color (decimal): -6610660 or 1843611. OLE color: 1843611.

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

Color convert

RGB1553328-
CMYK00.790.820.39
HSL2.36º69.4%35.88%-
HSV(B)2.36º81.94%60.78%-
XYZ14.278.141.92-
YUV68.91104.92189.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.76%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 28 (11.33% from 255) = 12.96%
R=71.76%
G=15.28%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155332800.790.820.392.3669.435.88
Hex9B211C04F522724524
Octal2334134011712247210544
Binary1001101110000111100010011111010010100111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B211C;
 }
 .AnyTagClassName
 {
   color: #9B211C;
 }
</style>
background-color css

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

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

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

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

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

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