Html Css Color HEX #962210 Mandarian Orange

📋 copy color: '#962210'

red 150 ◦ green 34 ◦ blue 16

#962210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #962210

Tints of Mandarian Orange #962210

RGB

 RED value IS 150 (58.98% from 255) = 75%

 GREEN value IS 34 (13.67% from 255) = 17%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 75%
G = 17%
B = 8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#962210 (or 0x962210) is known color: Mandarian Orange. HEX triplet: 96, 22 and 10. RGB value is (150,34,16). Sum of RGB (Red+Green+Blue) = 150+34+16=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #962210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962210 is #69DDEF. Grayscale: #424242. Windows color (decimal): -6938096 or 1057430. OLE color: 1057430.

HSL color Cylindrical-coordinate representation of color #962210: hue angle of 8.06º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #962210 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 34 16 -
CMYK 0 0.77 0.89 0.41
HSL 8.06º 0.81% 0.33% -
HSV(B) 8.06º 0.89% 0.59% -
XYZ 13.24 7.67 1.27 -
YUV 66.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 150 34 16 0 0.77 0.89 0.41 8.06 0.81 0.33
Hex 96 22 10 0 4D 59 29 8 51 21
Octal 226 42 20 0 115 131 51 10 121 41
Binary 10010110 100010 10000 0 1001101 1011001 101001 1000 1010001 100001

Color Harmonies of #962210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962210

Black with #962210

Text Example


Text Example

White with #962210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962210; }

 p { color: rgb(150,34,16); }

 H1.HeaderClassName
 {
   color: #962210;
 }
 .AnyTagClassName
 {
   color: #962210;
 }
</style>

background-color css

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

 a { background-color: rgb(150,34,16); }

 div.DivClassName
 {
   background-color: #962210;
 }
 .BgClassName
 {
   background-color: #962210;
 }
</style>

border-color css

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

 span { border-color: rgb(150,34,16); }

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