Html Css Color HEX #962C29 Mandarian Orange

📋 copy color: '#962C29'

red 150 ◦ green 44 ◦ blue 41

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

Shades of Mandarian Orange #962C29

Tints of Mandarian Orange #962C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.72%

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 63.83%
G = 18.72%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#962C29 (or 0x962C29) is known color: Mandarian Orange. HEX triplet: 96, 2C and 29. RGB value is (150,44,41). Sum of RGB (Red+Green+Blue) = 150+44+41=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #962C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C29 is #69D3D6. Grayscale: #4B4B4B. Windows color (decimal): -6935511 or 2698390. OLE color: 2698390.

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

Color convert

RGB 150 44 41 -
CMYK 0 0.71 0.73 0.41
HSL 1.65º 0.57% 0.37% -
HSV(B) 1.65º 0.73% 0.59% -
XYZ 13.88 8.45 3 -
YUV 75.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 150 44 41 0 0.71 0.73 0.41 1.65 0.57 0.37
Hex 96 2C 29 0 47 49 29 2 39 25
Octal 226 54 51 0 107 111 51 2 71 45
Binary 10010110 101100 101001 0 1000111 1001001 101001 10 111001 100101

Color Harmonies of #962C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C29

Black with #962C29

Text Example


Text Example

White with #962C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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