Html Css Color HEX #A83D3D Mexican Red

📋 copy color: '#A83D3D'

red 168 ◦ green 61 ◦ blue 61

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

Shades of Mexican Red #A83D3D

Tints of Mexican Red #A83D3D

RGB

 RED value IS 168 (66.02% from 255) = 57.93%

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

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 57.93%
G = 21.03%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A83D3D (or 0xA83D3D) is known color: Mexican Red. HEX triplet: A8, 3D and 3D. RGB value is (168,61,61). Sum of RGB (Red+Green+Blue) = 168+61+61=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D3D is #57C2C2. Grayscale: #5D5D5D. Windows color (decimal): -5751491 or 4013480. OLE color: 4013480.

HSL color Cylindrical-coordinate representation of color #A83D3D: hue angle of 0º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83D3D is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 61 61 -
CMYK 0 0.64 0.64 0.34
HSL 0.47% 0.45% -
HSV(B) 0.64% 0.66% -
XYZ 18.66 12 5.75 -
YUV 92.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 168 61 61 0 0.64 0.64 0.34 0 0.47 0.45
Hex A8 3D 3D 0 40 40 22 0 2F 2D
Octal 250 75 75 0 100 100 42 0 57 55
Binary 10101000 111101 111101 0 1000000 1000000 100010 0 101111 101101

Color Harmonies of #A83D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83D3D

Black with #A83D3D

Text Example


Text Example

White with #A83D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83D3D; }

 p { color: rgb(168,61,61); }

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

background-color css

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

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

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

border-color css

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

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

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