#9B2A1C

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

Shades of Mandarian Orange #9B2A1C

Tints of Mandarian Orange #9B2A1C

Color information

#9B2A1C (or 0x9B2A1C) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 2A and 1C. RGB value is (155,42,28). Sum of RGB (Red+Green+Blue) = 155+42+28=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A1C is #64D5E3. Grayscale: #4A4A4A. Windows color (decimal): -6608356 or 1845915. OLE color: 1845915.

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

Color convert

RGB1554228-
CMYK00.730.820.39
HSL6.61º69.4%35.88%-
HSV(B)6.61º81.94%60.78%-
XYZ14.568.712.01-
YUV74.19101.94185.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.89%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=68.89%
G=18.67%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155422800.730.820.396.6169.435.88
Hex9B2A1C049522774524
Octal2335234011112247710544
Binary10011011101010111000100100110100101001111111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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