#942C2A

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

Shades of Mandarian Orange #942C2A

Tints of Mandarian Orange #942C2A

Color information

#942C2A (or 0x942C2A) is unknown color: approx Mandarian Orange. HEX triplet: 94, 2C and 2A. RGB value is (148,44,42). Sum of RGB (Red+Green+Blue) = 148+44+42=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #942C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C2A is #6BD3D5. Grayscale: #4A4A4A. Windows color (decimal): -7066582 or 2763924. OLE color: 2763924.

HSL color Cylindrical-coordinate representation of color #942C2A: hue angle of 1.13º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942C2A is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1484442-
CMYK00.700.720.42
HSL1.13º55.79%37.25%-
HSV(B)1.13º71.62%58.04%-
XYZ13.538.263.07-
YUV74.87109.46180.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=63.25%
G=18.80%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148444200.700.720.421.1355.7937.25
Hex942C2A046482A13825
Octal224545201061105217045
Binary100101001011001010100100011010010001010101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942C2A; }

 p { color: rgb(148,44,42); }

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

<style>
 a { background-color: #942C2A; }

 a { background-color: rgb(148,44,42); }

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

<style>
 span { border-color: #942C2A; }

 span { border-color: rgb(148,44,42); }

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