Html Css Color HEX #A53C2E Medium Carmine

📋 copy color: '#A53C2E'

red 165 ◦ green 60 ◦ blue 46

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

Shades of Medium Carmine #A53C2E

Tints of Medium Carmine #A53C2E

RGB

 RED value IS 165 (64.84% from 255) = 60.89%

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

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 60.89%
G = 22.14%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A53C2E (or 0xA53C2E) is known color: Medium Carmine. HEX triplet: A5, 3C and 2E. RGB value is (165,60,46). Sum of RGB (Red+Green+Blue) = 165+60+46=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C2E is #5AC3D1. Grayscale: #595959. Windows color (decimal): -5948370 or 3030181. OLE color: 3030181.

HSL color Cylindrical-coordinate representation of color #A53C2E: hue angle of 7.06º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53C2E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 46 -
CMYK 0 0.64 0.72 0.35
HSL 7.06º 0.56% 0.41% -
HSV(B) 7.06º 0.72% 0.65% -
XYZ 17.63 11.43 3.86 -
YUV 89.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 165 60 46 0 0.64 0.72 0.35 7.06 0.56 0.41
Hex A5 3C 2E 0 40 48 23 7 38 29
Octal 245 74 56 0 100 110 43 7 70 51
Binary 10100101 111100 101110 0 1000000 1001000 100011 111 111000 101001

Color Harmonies of #A53C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C2E

Black with #A53C2E

Text Example


Text Example

White with #A53C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C2E; }

 p { color: rgb(165,60,46); }

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

background-color css

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

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

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

border-color css

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

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

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