Html Css Color HEX #9B3C35 Mexican Red

📋 copy color: '#9B3C35'

red 155 ◦ green 60 ◦ blue 53

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

Shades of Mexican Red #9B3C35

Tints of Mexican Red #9B3C35

RGB

 RED value IS 155 (60.94% from 255) = 57.84%

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

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

R = 57.84%
G = 22.39%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B3C35 (or 0x9B3C35) is known color: Mexican Red. HEX triplet: 9B, 3C and 35. RGB value is (155,60,53). Sum of RGB (Red+Green+Blue) = 155+60+53=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3C35 is #64C3CA. Grayscale: #575757. Windows color (decimal): -6603723 or 3488923. OLE color: 3488923.

HSL color Cylindrical-coordinate representation of color #9B3C35: hue angle of 4.12º 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 #9B3C35 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 60 53 -
CMYK 0 0.61 0.66 0.39
HSL 4.12º 0.49% 0.41% -
HSV(B) 4.12º 0.66% 0.61% -
XYZ 15.78 10.46 4.56 -
YUV 87.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 155 60 53 0 0.61 0.66 0.39 4.12 0.49 0.41
Hex 9B 3C 35 0 3D 42 27 4 31 29
Octal 233 74 65 0 75 102 47 4 61 51
Binary 10011011 111100 110101 0 111101 1000010 100111 100 110001 101001

Color Harmonies of #9B3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C35

Black with #9B3C35

Text Example


Text Example

White with #9B3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,60,53); }

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

background-color css

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

 a { background-color: rgb(155,60,53); }

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

border-color css

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

 span { border-color: rgb(155,60,53); }

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