Html Css Color HEX #A54039 Medium Carmine

📋 copy color: '#A54039'

red 165 ◦ green 64 ◦ blue 57

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

Shades of Medium Carmine #A54039

Tints of Medium Carmine #A54039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 57.69%
G = 22.38%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A54039 (or 0xA54039) is known color: Medium Carmine. HEX triplet: A5, 40 and 39. RGB value is (165,64,57). Sum of RGB (Red+Green+Blue) = 165+64+57=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A54039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54039 is #5ABFC6. Grayscale: #5D5D5D. Windows color (decimal): -5947335 or 3752101. OLE color: 3752101.

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

Color convert

RGB 165 64 57 -
CMYK 0 0.61 0.65 0.35
HSL 3.89º 0.49% 0.44% -
HSV(B) 3.89º 0.65% 0.65% -
XYZ 18.09 11.96 5.23 -
YUV 93.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 165 64 57 0 0.61 0.65 0.35 3.89 0.49 0.44
Hex A5 40 39 0 3D 41 23 4 31 2C
Octal 245 100 71 0 75 101 43 4 61 54
Binary 10100101 1000000 111001 0 111101 1000001 100011 100 110001 101100

Color Harmonies of #A54039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54039

Black with #A54039

Text Example


Text Example

White with #A54039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54039; }

 p { color: rgb(165,64,57); }

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

background-color css

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

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

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

border-color css

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

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

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