#993C3B

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

Shades of Mexican Red #993C3B

Tints of Mexican Red #993C3B

Color information

#993C3B (or 0x993C3B) is unknown color: approx Mexican Red. HEX triplet: 99, 3C and 3B. RGB value is (153,60,59). Sum of RGB (Red+Green+Blue) = 153+60+59=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #993C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C3B is #66C3C4. Grayscale: #575757. Windows color (decimal): -6734789 or 3882137. OLE color: 3882137.

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

Color convert

RGB1536059-
CMYK00.610.610.4
HSL0.64º44.34%41.57%-
HSV(B)0.64º61.44%60%-
XYZ15.5410.325.31-
YUV87.69111.81174.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=56.25%
G=22.06%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153605900.610.610.40.6444.3441.57
Hex993C3B03D3D2812c2a
Octal2317473075755015452
Binary1001100111110011101101111011111011010001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993C3B; }

 p { color: rgb(153,60,59); }

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

<style>
 a { background-color: #993C3B; }

 a { background-color: rgb(153,60,59); }

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

<style>
 span { border-color: #993C3B; }

 span { border-color: rgb(153,60,59); }

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