Html Css Color HEX #9C3E35 Mexican Red

📋 copy color: '#9C3E35'

red 156 ◦ green 62 ◦ blue 53

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

Shades of Mexican Red #9C3E35

Tints of Mexican Red #9C3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 57.56%
G = 22.88%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C3E35 (or 0x9C3E35) is known color: Mexican Red. HEX triplet: 9C, 3E and 35. RGB value is (156,62,53). Sum of RGB (Red+Green+Blue) = 156+62+53=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3E35 is #63C1CA. Grayscale: #595959. Windows color (decimal): -6537675 or 3489436. OLE color: 3489436.

HSL color Cylindrical-coordinate representation of color #9C3E35: hue angle of 5.24º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C3E35 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 62 53 -
CMYK 0 0.60 0.66 0.39
HSL 5.24º 0.49% 0.41% -
HSV(B) 5.24º 0.66% 0.61% -
XYZ 16.08 10.77 4.6 -
YUV 89.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 156 62 53 0 0.60 0.66 0.39 5.24 0.49 0.41
Hex 9C 3E 35 0 3C 42 27 5 31 29
Octal 234 76 65 0 74 102 47 5 61 51
Binary 10011100 111110 110101 0 111100 1000010 100111 101 110001 101001

Color Harmonies of #9C3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3E35

Black with #9C3E35

Text Example


Text Example

White with #9C3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,62,53); }

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

background-color css

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

 a { background-color: rgb(156,62,53); }

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

border-color css

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

 span { border-color: rgb(156,62,53); }

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