Html Css Color HEX #962424 Mandarian Orange

📋 copy color: '#962424'

red 150 ◦ green 36 ◦ blue 36

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

Shades of Mandarian Orange #962424

Tints of Mandarian Orange #962424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

 BLUE value IS 36 (14.45% from 255) = 16.22%

R = 67.57%
G = 16.22%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#962424 (or 0x962424) is known color: Mandarian Orange. HEX triplet: 96, 24 and 24. RGB value is (150,36,36). Sum of RGB (Red+Green+Blue) = 150+36+36=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #962424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962424 is #69DBDB. Grayscale: #464646. Windows color (decimal): -6937564 or 2368662. OLE color: 2368662.

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

Color convert

RGB 150 36 36 -
CMYK 0 0.76 0.76 0.41
HSL 0.61% 0.36% -
HSV(B) 0.76% 0.59% -
XYZ 13.53 7.87 2.48 -
YUV 70.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 150 36 36 0 0.76 0.76 0.41 0 0.61 0.36
Hex 96 24 24 0 4C 4C 29 0 3D 24
Octal 226 44 44 0 114 114 51 0 75 44
Binary 10010110 100100 100100 0 1001100 1001100 101001 0 111101 100100

Color Harmonies of #962424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962424

Black with #962424

Text Example


Text Example

White with #962424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962424; }

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

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

background-color css

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

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

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

border-color css

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

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

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