Html Css Color HEX #962222 Mandarian Orange

📋 copy color: '#962222'

red 150 ◦ green 34 ◦ blue 34

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

Shades of Mandarian Orange #962222

Tints of Mandarian Orange #962222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.6%

R = 68.81%
G = 15.6%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#962222 (or 0x962222) is known color: Mandarian Orange. HEX triplet: 96, 22 and 22. RGB value is (150,34,34). Sum of RGB (Red+Green+Blue) = 150+34+34=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #962222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962222 is #69DDDD. Grayscale: #444444. Windows color (decimal): -6938078 or 2237078. OLE color: 2237078.

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

Color convert

RGB 150 34 34 -
CMYK 0 0.77 0.77 0.41
HSL 0.63% 0.36% -
HSV(B) 0.77% 0.59% -
XYZ 13.44 7.74 2.3 -
YUV 68.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 150 34 34 0 0.77 0.77 0.41 0 0.63 0.36
Hex 96 22 22 0 4D 4D 29 0 3F 24
Octal 226 42 42 0 115 115 51 0 77 44
Binary 10010110 100010 100010 0 1001101 1001101 101001 0 111111 100100

Color Harmonies of #962222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962222

Black with #962222

Text Example


Text Example

White with #962222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962222; }

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

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

background-color css

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

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

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

border-color css

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

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

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