#9B261C

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

Shades of Mandarian Orange #9B261C

Tints of Mandarian Orange #9B261C

Color information

#9B261C (or 0x9B261C) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 26 and 1C. RGB value is (155,38,28). Sum of RGB (Red+Green+Blue) = 155+38+28=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B261C is #64D9E3. Grayscale: #484848. Windows color (decimal): -6609380 or 1844891. OLE color: 1844891.

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

Color convert

RGB1553828-
CMYK00.750.820.39
HSL4.72º69.4%35.88%-
HSV(B)4.72º81.94%60.78%-
XYZ14.428.441.97-
YUV71.84103.26187.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.14%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=70.14%
G=17.19%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155382800.750.820.394.7269.435.88
Hex9B261C04B522754524
Octal2334634011312247510544
Binary10011011100110111000100101110100101001111011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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