Html Css Color HEX #993C38 Mexican Red

📋 copy color: '#993C38'

red 153 ◦ green 60 ◦ blue 56

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

Shades of Mexican Red #993C38

Tints of Mexican Red #993C38

RGB

 RED value IS 153 (60.16% from 255) = 56.88%

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

 BLUE value IS 56 (22.27% from 255) = 20.82%

R = 56.88%
G = 22.3%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#993C38 (or 0x993C38) is known color: Mexican Red. HEX triplet: 99, 3C and 38. RGB value is (153,60,56). Sum of RGB (Red+Green+Blue) = 153+60+56=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #993C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C38 is #66C3C7. Grayscale: #575757. Windows color (decimal): -6734792 or 3685529. OLE color: 3685529.

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

Color convert

RGB 153 60 56 -
CMYK 0 0.61 0.63 0.4
HSL 2.47º 0.46% 0.41% -
HSV(B) 2.47º 0.63% 0.6% -
XYZ 15.47 10.29 4.91 -
YUV 87.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 153 60 56 0 0.61 0.63 0.4 2.47 0.46 0.41
Hex 99 3C 38 0 3D 3F 28 2 2E 29
Octal 231 74 70 0 75 77 50 2 56 51
Binary 10011001 111100 111000 0 111101 111111 101000 10 101110 101001

Color Harmonies of #993C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C38

Black with #993C38

Text Example


Text Example

White with #993C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #993C38;
 }
 .AnyTagClassName
 {
   color: #993C38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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