Html Css Color HEX #A54139 Medium Carmine

📋 copy color: '#A54139'

red 165 ◦ green 65 ◦ blue 57

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

Shades of Medium Carmine #A54139

Tints of Medium Carmine #A54139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 57.49%
G = 22.65%
B = 19.86%

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

#A54139 (or 0xA54139) is known color: Medium Carmine. HEX triplet: A5, 41 and 39. RGB value is (165,65,57). Sum of RGB (Red+Green+Blue) = 165+65+57=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A54139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54139 is #5ABEC6. Grayscale: #5E5E5E. Windows color (decimal): -5947079 or 3752357. OLE color: 3752357.

HSL color Cylindrical-coordinate representation of color #A54139: hue angle of 4.44º 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 #A54139 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 65 57 -
CMYK 0 0.61 0.65 0.35
HSL 4.44º 0.49% 0.44% -
HSV(B) 4.44º 0.65% 0.65% -
XYZ 18.15 12.08 5.25 -
YUV 93.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 165 65 57 0 0.61 0.65 0.35 4.44 0.49 0.44
Hex A5 41 39 0 3D 41 23 4 31 2C
Octal 245 101 71 0 75 101 43 4 61 54
Binary 10100101 1000001 111001 0 111101 1000001 100011 100 110001 101100

Color Harmonies of #A54139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54139

Black with #A54139

Text Example


Text Example

White with #A54139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54139; }

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

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

background-color css

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

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

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

border-color css

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

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

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