Html Css Color HEX #9D3C38 Mexican Red

📋 copy color: '#9D3C38'

red 157 ◦ green 60 ◦ blue 56

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

Shades of Mexican Red #9D3C38

Tints of Mexican Red #9D3C38

RGB

 RED value IS 157 (61.72% from 255) = 57.51%

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

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

R = 57.51%
G = 21.98%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9D3C38 (or 0x9D3C38) is known color: Mexican Red. HEX triplet: 9D, 3C and 38. RGB value is (157,60,56). Sum of RGB (Red+Green+Blue) = 157+60+56=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3C38 is #62C3C7. Grayscale: #585858. Windows color (decimal): -6472648 or 3685533. OLE color: 3685533.

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

Color convert

RGB 157 60 56 -
CMYK 0 0.62 0.64 0.38
HSL 2.38º 0.47% 0.42% -
HSV(B) 2.38º 0.64% 0.62% -
XYZ 16.23 10.69 4.95 -
YUV 88.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 157 60 56 0 0.62 0.64 0.38 2.38 0.47 0.42
Hex 9D 3C 38 0 3E 40 26 2 2F 2A
Octal 235 74 70 0 76 100 46 2 57 52
Binary 10011101 111100 111000 0 111110 1000000 100110 10 101111 101010

Color Harmonies of #9D3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C38

Black with #9D3C38

Text Example


Text Example

White with #9D3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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