Html Css Color HEX #A54031 Medium Carmine

📋 copy color: '#A54031'

red 165 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #A54031

Tints of Medium Carmine #A54031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 59.35%
G = 23.02%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A54031 (or 0xA54031) is known color: Medium Carmine. HEX triplet: A5, 40 and 31. RGB value is (165,64,49). Sum of RGB (Red+Green+Blue) = 165+64+49=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A54031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54031 is #5ABFCE. Grayscale: #5C5C5C. Windows color (decimal): -5947343 or 3227813. OLE color: 3227813.

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

Color convert

RGB 165 64 49 -
CMYK 0 0.61 0.70 0.35
HSL 7.76º 0.54% 0.42% -
HSV(B) 7.76º 0.7% 0.65% -
XYZ 17.9 11.89 4.26 -
YUV 92.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 165 64 49 0 0.61 0.70 0.35 7.76 0.54 0.42
Hex A5 40 31 0 3D 46 23 8 36 2A
Octal 245 100 61 0 75 106 43 10 66 52
Binary 10100101 1000000 110001 0 111101 1000110 100011 1000 110110 101010

Color Harmonies of #A54031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54031

Black with #A54031

Text Example


Text Example

White with #A54031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54031; }

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

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

background-color css

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

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

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

border-color css

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

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

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