Html Css Color HEX #953A3A Mexican Red

📋 copy color: '#953A3A'

red 149 ◦ green 58 ◦ blue 58

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

Shades of Mexican Red #953A3A

Tints of Mexican Red #953A3A

RGB

 RED value IS 149 (58.59% from 255) = 56.23%

 GREEN value IS 58 (23.05% from 255) = 21.89%

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 56.23%
G = 21.89%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#953A3A (or 0x953A3A) is known color: Mexican Red. HEX triplet: 95, 3A and 3A. RGB value is (149,58,58). Sum of RGB (Red+Green+Blue) = 149+58+58=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #953A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A3A is #6AC5C5. Grayscale: #555555. Windows color (decimal): -6997446 or 3816085. OLE color: 3816085.

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

Color convert

RGB 149 58 58 -
CMYK 0 0.61 0.61 0.42
HSL 0.44% 0.41% -
HSV(B) 0.61% 0.58% -
XYZ 14.67 9.72 5.11 -
YUV 85.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 149 58 58 0 0.61 0.61 0.42 0 0.44 0.41
Hex 95 3A 3A 0 3D 3D 2A 0 2C 29
Octal 225 72 72 0 75 75 52 0 54 51
Binary 10010101 111010 111010 0 111101 111101 101010 0 101100 101001

Color Harmonies of #953A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A3A

Black with #953A3A

Text Example


Text Example

White with #953A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A3A; }

 p { color: rgb(149,58,58); }

 H1.HeaderClassName
 {
   color: #953A3A;
 }
 .AnyTagClassName
 {
   color: #953A3A;
 }
</style>

background-color css

<style>
 a { background-color: #953A3A; }

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

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

border-color css

<style>
 span { border-color: #953A3A; }

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

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