#922A26

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

Shades of Mandarian Orange #922A26

Tints of Mandarian Orange #922A26

Color information

#922A26 (or 0x922A26) is unknown color: approx Mandarian Orange. HEX triplet: 92, 2A and 26. RGB value is (146,42,38). Sum of RGB (Red+Green+Blue) = 146+42+38=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #922A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A26 is #6DD5D9. Grayscale: #484848. Windows color (decimal): -7198170 or 2501266. OLE color: 2501266.

HSL color Cylindrical-coordinate representation of color #922A26: hue angle of 2.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #922A26 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1464238-
CMYK00.710.740.43
HSL2.22º58.7%36.08%-
HSV(B)2.22º73.97%57.25%-
XYZ13.037.912.67-
YUV72.64108.46180.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.60%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=64.60%
G=18.58%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146423800.710.740.432.2258.736.08
Hex922A260474A2B23b24
Octal222524601071125327344
Binary1001001010101010011001000111100101010101110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922A26; }

 p { color: rgb(146,42,38); }

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

<style>
 a { background-color: #922A26; }

 a { background-color: rgb(146,42,38); }

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

<style>
 span { border-color: #922A26; }

 span { border-color: rgb(146,42,38); }

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