Html Css Color HEX #943C3C Mexican Red

📋 copy color: '#943C3C'

red 148 ◦ green 60 ◦ blue 60

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

Shades of Mexican Red #943C3C

Tints of Mexican Red #943C3C

RGB

 RED value IS 148 (58.2% from 255) = 55.22%

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

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 55.22%
G = 22.39%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#943C3C (or 0x943C3C) is known color: Mexican Red. HEX triplet: 94, 3C and 3C. RGB value is (148,60,60). Sum of RGB (Red+Green+Blue) = 148+60+60=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #943C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943C3C is #6BC3C3. Grayscale: #565656. Windows color (decimal): -7062468 or 3947668. OLE color: 3947668.

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

Color convert

RGB 148 60 60 -
CMYK 0 0.59 0.59 0.42
HSL 0.42% 0.41% -
HSV(B) 0.59% 0.58% -
XYZ 14.64 9.85 5.41 -
YUV 86.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 148 60 60 0 0.59 0.59 0.42 0 0.42 0.41
Hex 94 3C 3C 0 3B 3B 2A 0 2A 29
Octal 224 74 74 0 73 73 52 0 52 51
Binary 10010100 111100 111100 0 111011 111011 101010 0 101010 101001

Color Harmonies of #943C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943C3C

Black with #943C3C

Text Example


Text Example

White with #943C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943C3C; }

 p { color: rgb(148,60,60); }

 H1.HeaderClassName
 {
   color: #943C3C;
 }
 .AnyTagClassName
 {
   color: #943C3C;
 }
</style>

background-color css

<style>
 a { background-color: #943C3C; }

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

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

border-color css

<style>
 span { border-color: #943C3C; }

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

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