#942A1B

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

Shades of Mandarian Orange #942A1B

Tints of Mandarian Orange #942A1B

Color information

#942A1B (or 0x942A1B) is unknown color: approx Mandarian Orange. HEX triplet: 94, 2A and 1B. RGB value is (148,42,27). Sum of RGB (Red+Green+Blue) = 148+42+27=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #942A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A1B is #6BD5E4. Grayscale: #484848. Windows color (decimal): -7067109 or 1780372. OLE color: 1780372.

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

Color convert

RGB1484227-
CMYK00.720.820.42
HSL7.44º69.14%34.31%-
HSV(B)7.44º81.76%58.04%-
XYZ13.248.031.89-
YUV71.98102.62182.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.20%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=68.20%
G=19.35%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148422700.720.820.427.4469.1434.31
Hex942A1B048522A74522
Octal2245233011012252710542
Binary10010100101010110110100100010100101010101111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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