#9A3B3A

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

Shades of Mexican Red #9A3B3A

Tints of Mexican Red #9A3B3A

Color information

#9A3B3A (or 0x9A3B3A) is unknown color: approx Mexican Red. HEX triplet: 9A, 3B and 3A. RGB value is (154,59,58). Sum of RGB (Red+Green+Blue) = 154+59+58=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3B3A is #65C4C5. Grayscale: #575757. Windows color (decimal): -6669510 or 3816346. OLE color: 3816346.

HSL color Cylindrical-coordinate representation of color #9A3B3A: hue angle of 0.63º 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 #9A3B3A is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1545958-
CMYK00.620.620.40
HSL0.63º45.28%41.57%-
HSV(B)0.63º62.34%60.39%-
XYZ15.6510.35.17-
YUV87.29111.47175.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.83%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=56.83%
G=21.77%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154595800.620.620.400.6345.2841.57
Hex9A3B3A03E3E2812d2a
Octal2327372076765015552
Binary1001101011101111101001111101111101010001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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