#992C20

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

Shades of Mandarian Orange #992C20

Tints of Mandarian Orange #992C20

Color information

#992C20 (or 0x992C20) is unknown color: approx Mandarian Orange. HEX triplet: 99, 2C and 20. RGB value is (153,44,32). Sum of RGB (Red+Green+Blue) = 153+44+32=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #992C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C20 is #66D3DF. Grayscale: #4B4B4B. Windows color (decimal): -6738912 or 2108569. OLE color: 2108569.

HSL color Cylindrical-coordinate representation of color #992C20: hue angle of 5.95º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992C20 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB1534432-
CMYK00.710.790.4
HSL5.95º65.41%36.27%-
HSV(B)5.95º79.08%60%-
XYZ14.38.682.29-
YUV75.22103.61183.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.81%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=66.81%
G=19.21%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153443200.710.790.45.9565.4136.27
Hex992C200474F2864124
Octal2315440010711750610144
Binary100110011011001000000100011110011111010001101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992C20; }

 p { color: rgb(153,44,32); }

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

<style>
 a { background-color: #992C20; }

 a { background-color: rgb(153,44,32); }

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

<style>
 span { border-color: #992C20; }

 span { border-color: rgb(153,44,32); }

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