Html Css Color HEX #A23D3C Mexican Red

📋 copy color: '#A23D3C'

red 162 ◦ green 61 ◦ blue 60

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

Shades of Mexican Red #A23D3C

Tints of Mexican Red #A23D3C

RGB

 RED value IS 162 (63.67% from 255) = 57.24%

 GREEN value IS 61 (24.22% from 255) = 21.55%

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

R = 57.24%
G = 21.55%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A23D3C (or 0xA23D3C) is known color: Mexican Red. HEX triplet: A2, 3D and 3C. RGB value is (162,61,60). Sum of RGB (Red+Green+Blue) = 162+61+60=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23D3C is #5DC2C3. Grayscale: #5B5B5B. Windows color (decimal): -6144708 or 3947938. OLE color: 3947938.

HSL color Cylindrical-coordinate representation of color #A23D3C: hue angle of 0.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23D3C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 61 60 -
CMYK 0 0.62 0.63 0.36
HSL 0.59º 0.46% 0.44% -
HSV(B) 0.59º 0.63% 0.64% -
XYZ 17.38 11.35 5.55 -
YUV 91.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 162 61 60 0 0.62 0.63 0.36 0.59 0.46 0.44
Hex A2 3D 3C 0 3E 3F 24 1 2E 2C
Octal 242 75 74 0 76 77 44 1 56 54
Binary 10100010 111101 111100 0 111110 111111 100100 1 101110 101100

Color Harmonies of #A23D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D3C

Black with #A23D3C

Text Example


Text Example

White with #A23D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D3C; }

 p { color: rgb(162,61,60); }

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

background-color css

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

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

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

border-color css

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

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

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