#9A403B

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

Shades of Mexican Red #9A403B

Tints of Mexican Red #9A403B

Color information

#9A403B (or 0x9A403B) is unknown color: approx Mexican Red. HEX triplet: 9A, 40 and 3B. RGB value is (154,64,59). Sum of RGB (Red+Green+Blue) = 154+64+59=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A403B is #65BFC4. Grayscale: #5A5A5A. Windows color (decimal): -6668229 or 3883162. OLE color: 3883162.

HSL color Cylindrical-coordinate representation of color #9A403B: hue angle of 3.16º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A403B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1546459-
CMYK00.580.620.40
HSL3.16º44.6%41.76%-
HSV(B)3.16º61.69%60.39%-
XYZ15.9510.855.39-
YUV90.34110.32173.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.60%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=55.60%
G=23.10%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154645900.580.620.403.1644.641.76
Hex9A403B03A3E2832d2a
Octal23210073072765035552
Binary100110101000000111011011101011111010100011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,64,59); }

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

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

 a { background-color: rgb(154,64,59); }

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

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

 span { border-color: rgb(154,64,59); }

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