Html Css Color HEX #9C3C38 Mexican Red

📋 copy color: '#9C3C38'

red 156 ◦ green 60 ◦ blue 56

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

Shades of Mexican Red #9C3C38

Tints of Mexican Red #9C3C38

RGB

 RED value IS 156 (61.33% from 255) = 57.35%

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

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

R = 57.35%
G = 22.06%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9C3C38 (or 0x9C3C38) is known color: Mexican Red. HEX triplet: 9C, 3C and 38. RGB value is (156,60,56). Sum of RGB (Red+Green+Blue) = 156+60+56=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3C38 is #63C3C7. Grayscale: #585858. Windows color (decimal): -6538184 or 3685532. OLE color: 3685532.

HSL color Cylindrical-coordinate representation of color #9C3C38: hue angle of 2.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C3C38 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 60 56 -
CMYK 0 0.62 0.64 0.39
HSL 2.4º 0.47% 0.42% -
HSV(B) 2.4º 0.64% 0.61% -
XYZ 16.04 10.59 4.94 -
YUV 88.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 156 60 56 0 0.62 0.64 0.39 2.4 0.47 0.42
Hex 9C 3C 38 0 3E 40 27 2 2F 2A
Octal 234 74 70 0 76 100 47 2 57 52
Binary 10011100 111100 111000 0 111110 1000000 100111 10 101111 101010

Color Harmonies of #9C3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3C38

Black with #9C3C38

Text Example


Text Example

White with #9C3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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