Html Css Color HEX #A13939 Mexican Red

📋 copy color: '#A13939'

red 161 ◦ green 57 ◦ blue 57

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

Shades of Mexican Red #A13939

Tints of Mexican Red #A13939

RGB

 RED value IS 161 (63.28% from 255) = 58.55%

 GREEN value IS 57 (22.66% from 255) = 20.73%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 58.55%
G = 20.73%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A13939 (or 0xA13939) is known color: Mexican Red. HEX triplet: A1, 39 and 39. RGB value is (161,57,57). Sum of RGB (Red+Green+Blue) = 161+57+57=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A13939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13939 is #5EC6C6. Grayscale: #585858. Windows color (decimal): -6211271 or 3750305. OLE color: 3750305.

HSL color Cylindrical-coordinate representation of color #A13939: hue angle of 0º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13939 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 57 57 -
CMYK 0 0.65 0.65 0.37
HSL 0.48% 0.43% -
HSV(B) 0.65% 0.63% -
XYZ 16.9 10.8 5.06 -
YUV 88.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 161 57 57 0 0.65 0.65 0.37 0 0.48 0.43
Hex A1 39 39 0 41 41 25 0 30 2B
Octal 241 71 71 0 101 101 45 0 60 53
Binary 10100001 111001 111001 0 1000001 1000001 100101 0 110000 101011

Color Harmonies of #A13939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13939

Black with #A13939

Text Example


Text Example

White with #A13939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13939; }

 p { color: rgb(161,57,57); }

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

background-color css

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

 a { background-color: rgb(161,57,57); }

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

border-color css

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

 span { border-color: rgb(161,57,57); }

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