#962C26

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

Shades of Mandarian Orange #962C26

Tints of Mandarian Orange #962C26

Color information

#962C26 (or 0x962C26) is unknown color: approx Mandarian Orange. HEX triplet: 96, 2C and 26. RGB value is (150,44,38). Sum of RGB (Red+Green+Blue) = 150+44+38=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #962C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C26 is #69D3D9. Grayscale: #4B4B4B. Windows color (decimal): -6935514 or 2501782. OLE color: 2501782.

HSL color Cylindrical-coordinate representation of color #962C26: hue angle of 3.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962C26 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1504438-
CMYK00.710.750.41
HSL3.21º59.57%36.86%-
HSV(B)3.21º74.67%58.82%-
XYZ13.838.432.73-
YUV75.01107.12181.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.66%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=64.66%
G=18.97%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150443800.710.750.413.2159.5736.86
Hex962C260474B2933c25
Octal226544601071135137445
Binary1001011010110010011001000111100101110100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962C26; }

 p { color: rgb(150,44,38); }

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

<style>
 a { background-color: #962C26; }

 a { background-color: rgb(150,44,38); }

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

<style>
 span { border-color: #962C26; }

 span { border-color: rgb(150,44,38); }

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