#9B2323

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

Shades of Mandarian Orange #9B2323

Tints of Mandarian Orange #9B2323

Color information

#9B2323 (or 0x9B2323) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 23 and 23. RGB value is (155,35,35). Sum of RGB (Red+Green+Blue) = 155+35+35=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2323 is #64DCDC. Grayscale: #474747. Windows color (decimal): -6610141 or 2302875. OLE color: 2302875.

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

Color convert

RGB1553535-
CMYK00.770.770.39
HSL63.16%37.25%-
HSV(B)77.42%60.78%-
XYZ14.428.292.43-
YUV70.88107.76188-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.89%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=68.89%
G=15.56%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155353500.770.770.39063.1637.25
Hex9B232304D4D2703f25
Octal233434301151154707745
Binary100110111000111000110100110110011011001110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,35,35); }

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

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

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

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

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

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

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