#94251B

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

Shades of Mandarian Orange #94251B

Tints of Mandarian Orange #94251B

Color information

#94251B (or 0x94251B) is unknown color: approx Mandarian Orange. HEX triplet: 94, 25 and 1B. RGB value is (148,37,27). Sum of RGB (Red+Green+Blue) = 148+37+27=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #94251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94251B is #6BDAE4. Grayscale: #454545. Windows color (decimal): -7068389 or 1779092. OLE color: 1779092.

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

Color convert

RGB1483727-
CMYK00.750.820.42
HSL4.96º69.14%34.31%-
HSV(B)4.96º81.76%58.04%-
XYZ13.077.71.83-
YUV69.05104.27184.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.81%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=69.81%
G=17.45%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148372700.750.820.424.9669.1434.31
Hex94251B04B522A54522
Octal2244533011312252510542
Binary10010100100101110110100101110100101010101011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94251B; }

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

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

<style>
 a { background-color: #94251B; }

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

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

<style>
 span { border-color: #94251B; }

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

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