#962A1B

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

Shades of Mandarian Orange #962A1B

Tints of Mandarian Orange #962A1B

Color information

#962A1B (or 0x962A1B) is unknown color: approx Mandarian Orange. HEX triplet: 96, 2A and 1B. RGB value is (150,42,27). Sum of RGB (Red+Green+Blue) = 150+42+27=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #962A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A1B is #69D5E4. Grayscale: #484848. Windows color (decimal): -6936037 or 1780374. OLE color: 1780374.

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

Color convert

RGB1504227-
CMYK00.720.820.41
HSL7.32º69.49%34.71%-
HSV(B)7.32º82%58.82%-
XYZ13.68.221.91-
YUV72.58102.28183.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=68.49%
G=19.18%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150422700.720.820.417.3269.4934.71
Hex962A1B048522974523
Octal2265233011012251710543
Binary10010110101010110110100100010100101010011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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