#9B403C

Color #9B403C Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #9B403C

Tints of Mexican Red #9B403C

Color information

#9B403C (or 0x9B403C) is unknown color: approx Mexican Red. HEX triplet: 9B, 40 and 3C. RGB value is (155,64,60). Sum of RGB (Red+Green+Blue) = 155+64+60=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B403C is #64BFC3. Grayscale: #5A5A5A. Windows color (decimal): -6602692 or 3948699. OLE color: 3948699.

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

Color convert

RGB1556460-
CMYK00.590.610.39
HSL2.53º44.19%42.16%-
HSV(B)2.53º61.29%60.78%-
XYZ16.1710.965.54-
YUV90.75110.65173.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=55.56%
G=22.94%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155646000.590.610.392.5344.1942.16
Hex9B403C03B3D2732c2a
Octal23310074073754735452
Binary100110111000000111100011101111110110011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B403C;
 }
 .AnyTagClassName
 {
   color: #9B403C;
 }
</style>
background-color css

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

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

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

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

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

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