Html Css Color HEX #963C38 Mexican Red

📋 copy color: '#963C38'

red 150 ◦ green 60 ◦ blue 56

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

Shades of Mexican Red #963C38

Tints of Mexican Red #963C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 56.39%
G = 22.56%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963C38 (or 0x963C38) is known color: Mexican Red. HEX triplet: 96, 3C and 38. RGB value is (150,60,56). Sum of RGB (Red+Green+Blue) = 150+60+56=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #963C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C38 is #69C3C7. Grayscale: #565656. Windows color (decimal): -6931400 or 3685526. OLE color: 3685526.

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

Color convert

RGB 150 60 56 -
CMYK 0 0.6 0.63 0.41
HSL 2.55º 0.46% 0.4% -
HSV(B) 2.55º 0.63% 0.59% -
XYZ 14.91 10 4.89 -
YUV 86.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 150 60 56 0 0.6 0.63 0.41 2.55 0.46 0.4
Hex 96 3C 38 0 3C 3F 29 3 2E 28
Octal 226 74 70 0 74 77 51 3 56 50
Binary 10010110 111100 111000 0 111100 111111 101001 11 101110 101000

Color Harmonies of #963C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C38

Black with #963C38

Text Example


Text Example

White with #963C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C38; }

 p { color: rgb(150,60,56); }

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

background-color css

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

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

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

border-color css

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

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

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